Structure representing the stencil test operation. More...
Public Member Functions | |
StencilOp (StencilOpMode fail, StencilOpMode zFail, StencilOpMode zPass) | |
Creates the structure representing the stencil test operation. | |
void | Set (StencilOpMode fail, StencilOpMode zFail, StencilOpMode zPass) |
Sets a value to the structure representing the stencil test operation. | |
Properties | |
StencilOpMode | Fail [get, set] |
Stencil failure mode of the stencil test operation. | |
StencilOpMode | ZFail [get, set] |
Depth failure mode of the stencil test operation. | |
StencilOpMode | ZPass [get, set] |
Depth passing mode of the stencil test operation. |
Structure representing the stencil test operation.
StencilOp | ( | StencilOpMode | fail, |
StencilOpMode | zFail, | ||
StencilOpMode | zPass | ||
) |
Creates the structure representing the stencil test operation.
fail | Stencil failure mode of the stencil test operation |
zFail | Depth failure mode of the stencil test operation |
zPass | Depth passing mode of the stencil test operation |
void Set | ( | StencilOpMode | fail, |
StencilOpMode | zFail, | ||
StencilOpMode | zPass | ||
) |
Sets a value to the structure representing the stencil test operation.
fail | Stencil failure mode of the stencil test operation |
zFail | Depth failure mode of the stencil test operation |
zPass | Depth passing mode of the stencil test operation |