Vixen
02b45cc4
csharp
public enum WgpuStencilOperation

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.

  • Invert

    Flip every bit.

  • IncrementClamp

    Add one, clamping.

  • DecrementClamp

    Subtract one, clamping.

  • IncrementWrap

    Add one, wrapping.

  • DecrementWrap

    Subtract one, wrapping.

Used by (3)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuStencilFaceStateVixen.Graphics.WebGPU