Vixen
02b45cc4
csharp
public enum AddressMode

What a sampler does outside [0, 1].

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Repeat

    Tile.

  • MirrorRepeat

    Tile, flipping every other tile.

  • ClampToEdge

    Extend the edge texel.

  • ClampToBorder

    Use the sampler's border colour.

Used by (10)

  • GlEnumsVixen.Graphics.OpenGL
  • PipelineDefaultTestsVixen.Graphics.Tests
  • PipelineStateImageTestsVixen.Graphics.Golden.Tests
  • ResourceDescriptionTestsVixen.Graphics.Tests
  • SamplerDescriptionVixen.Graphics
  • TerrainRendererVixen.Rendering.Terrain
  • VulkanEnumTestsVixen.Graphics.Vulkan.Tests
  • VulkanEnumsVixen.Graphics.Vulkan
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU