csharp
public readonly record struct StencilFaceStateWhat the stencil test does on one side.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public CompareFunction CompareThe comparison.
public StencilOperation FailWhat to do when the stencil test fails.
public StencilOperation DepthFailWhat to do when stencil passes and depth fails.
public StencilOperation PassWhat to do when both pass.
Methods (1)
public StencilFaceState(CompareFunction Compare = Always, StencilOperation Fail = Keep, StencilOperation DepthFail = Keep, StencilOperation Pass = Keep)What the stencil test does on one side.
Used by (5)
- DepthStencilStateVixen.Graphics
- GlStateCacheVixen.Graphics.OpenGL
- PipelineStateImageTestsVixen.Graphics.Golden.Tests
- VulkanDeviceVixen.Graphics.Vulkan
- WebGpuConversionsVixen.Graphics.WebGPU