csharp
public enum CompareFunctionA comparison, for depth, stencil and shadow samplers.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (8)
NeverNever passes.
LessPasses when less than the stored value.
EqualPasses when equal.
LessEqualPasses when less than or equal.
GreaterPasses when greater.
NotEqualPasses when not equal.
GreaterEqualPasses when greater than or equal.
AlwaysAlways passes.
Used by (16)
- CompositorImageTestsVixen.Graphics.Golden.Tests
- DepthStencilStateVixen.Graphics
- GlEnumsVixen.Graphics.OpenGL
- GlStateCacheTestsVixen.Graphics.OpenGL.Tests
- IrradianceCaptureDeviceTestsVixen.Graphics.Golden.Tests
- PipelineDefaultTestsVixen.Graphics.Tests
- PipelineStateImageTestsVixen.Graphics.Golden.Tests
- ResourceDescriptionTestsVixen.Graphics.Tests
- SamplerDescriptionVixen.Graphics
- StencilFaceStateVixen.Graphics
- SurfaceCacheRendererDeviceTestsVixen.Graphics.Golden.Tests
- SurfaceCardCaptureDeviceTestsVixen.Graphics.Golden.Tests
- VulkanDeviceVixen.Graphics.Vulkan
- VulkanEnumTestsVixen.Graphics.Vulkan.Tests
- VulkanEnumsVixen.Graphics.Vulkan
- WebGpuConversionsVixen.Graphics.WebGPU