Vixen
02b45cc4
csharp
public enum WgpuMipmapFilterMode

How a sampler filters between mip levels.

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

Fields and properties (2)

  • Nearest

    Take the nearest level.

  • Linear

    Blend between levels.

Used by (2)

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