Vixen
02b45cc4
csharp
public enum WgpuFilterMode

How a sampler filters within a mip level.

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

Fields and properties (2)

  • Nearest

    Take the nearest texel.

  • Linear

    Blend between texels.

Used by (2)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WgpuSamplerDescriptorVixen.Graphics.WebGPU