Vixen
02b45cc4
csharp
public enum FilterMode

How a sampler filters.

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 (7)

  • GlEnumsVixen.Graphics.OpenGL
  • PipelineDefaultTestsVixen.Graphics.Tests
  • ResourceDescriptionTestsVixen.Graphics.Tests
  • SamplerDescriptionVixen.Graphics
  • VulkanEnumsVixen.Graphics.Vulkan
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuSamplerVixen.Graphics.WebGPU