csharp
public enum StencilOperationWhat 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.
IncrementClampAdd one, clamping.
DecrementClampSubtract one, clamping.
InvertFlip every bit.
IncrementWrapAdd one, wrapping.
DecrementWrapSubtract one, wrapping.
Used by (6)
- GlEnumsVixen.Graphics.OpenGL
- PipelineStateImageTestsVixen.Graphics.Golden.Tests
- StencilFaceStateVixen.Graphics
- VulkanEnumTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumsVixen.Graphics.Vulkan
- WebGpuConversionsVixen.Graphics.WebGPU