Open Dev Kit Documentation :: OpenGL :: Stencil Op
OpenGL.StencilOp( Sfail Test, Dpfail Test, Dppass Test )Set front and back stencil test actions
Parameters
- Sfail Test
- Specifies the action to take when the stencil test fails
- Dpfail Test
- Specifies the stencil action when the stencil test passes but the depth test fails
- Dppass Test
- Specifies the stencil action when both the stencil test and the depth test pass or when the stencil test passes and either there is no depth buffer or depth testing is not enabled
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
