TSdlGpuStencilOpState
A record specifying the stencil operation state of a graphics pipeline.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
Fields
Name | Description |
---|---|
CompareOp | The comparison operator used in the stencil test. |
DepthFailOp | The action performed on samples that pass the stencil test and fail the depth test. |
FailOp | The action performed on samples that fail the stencil test. |
PassOp | The action performed on samples that pass the depth and stencil tests. |
Field Descriptions
CompareOp
The comparison operator used in the stencil test.
var CompareOp: TSdlGpuCompareOp
Type: TSdlGpuCompareOp
DepthFailOp
The action performed on samples that pass the stencil test and fail the depth test.
var DepthFailOp: TSdlGpuStencilOp
Type: TSdlGpuStencilOp
FailOp
The action performed on samples that fail the stencil test.
var FailOp: TSdlGpuStencilOp
Type: TSdlGpuStencilOp
PassOp
The action performed on samples that pass the depth and stencil tests.
var PassOp: TSdlGpuStencilOp
Type: TSdlGpuStencilOp