csharp
public enum WgpuStencilOperationWhat 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)
KeepLeave it.
ZeroSet it to zero.
ReplaceSet it to the reference value.
InvertFlip every bit.
IncrementClampAdd one, clamping.
DecrementClampSubtract one, clamping.
IncrementWrapAdd one, wrapping.
DecrementWrapSubtract one, wrapping.
Used by (3)
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuStencilFaceStateVixen.Graphics.WebGPU