 | glGetStencilBackFail Method |
Get what action is taken for back-facing polygons when the stencil test fails.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glStencilOp GetStencilBackFail()
Public Shared Function GetStencilBackFail As glStencilOp
public:
static glStencilOp GetStencilBackFail()
static member GetStencilBackFail : unit -> glStencilOp
Return Value
Type:
glStencilOpThe stencil operation
Remarks
The initial value is Keep.
OpenGL API: glGetIntegerv(GL_STENCIL_BACK_FAIL)
See Also