Vixen
02b45cc4
csharp
public enum StencilOperation

What to do with a stencil value.

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

Fields and properties (8)

  • Keep

    Leave it.

  • Zero

    Set it to zero.

  • Replace

    Set it to the reference value.

  • IncrementClamp

    Add one, clamping.

  • DecrementClamp

    Subtract one, clamping.

  • Invert

    Flip every bit.

  • IncrementWrap

    Add one, wrapping.

  • DecrementWrap

    Subtract one, wrapping.

Used by (6)

  • GlEnumsVixen.Graphics.OpenGL
  • PipelineStateImageTestsVixen.Graphics.Golden.Tests
  • StencilFaceStateVixen.Graphics
  • VulkanEnumTestsVixen.Graphics.Vulkan.Tests
  • VulkanEnumsVixen.Graphics.Vulkan
  • WebGpuConversionsVixen.Graphics.WebGPU