Vixen
02b45cc4
csharp
public enum WgpuAddressMode

What a sampler does outside [0, 1].

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

Remarks

There is no ClampToBorder: WebGPU has no border colours at all. See ToWebGpu for what the RHI's does instead, and why a shadow sampler is the case that notices.

Fields and properties (3)

  • Repeat

    Tile.

  • MirrorRepeat

    Tile, flipping every other tile.

  • ClampToEdge

    Extend the edge texel.

Used by (4)

  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuSamplerDescriptorVixen.Graphics.WebGPU