csharp
public enum WgpuAddressModeWhat 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)
RepeatTile.
MirrorRepeatTile, flipping every other tile.
ClampToEdgeExtend the edge texel.
Used by (4)
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuSamplerDescriptorVixen.Graphics.WebGPU