Vixen
02b45cc4
csharp
public enum WgpuTextureSampleType

How a sampled texture's texels are interpreted.

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

Fields and properties (6)

  • Undefined

    Not a texture binding.

  • Float

    Filterable floats.

  • UnfilterableFloat

    Floats a sampler may not filter.

  • Depth

    Depth, for a comparison sampler.

  • Sint

    Signed integers.

  • Uint

    Unsigned integers.

Used by (6)

  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WebGpuFormatsVixen.Graphics.WebGPU
  • WgpuBindGroupLayoutEntryVixen.Graphics.WebGPU