Click or drag to resize

glGetStencilFail Method

Get what action is taken when the stencil test fails for front-facing polygons and non-polygons.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glStencilOp GetStencilFail()

Return Value

Type: glStencilOp
The stencil operation
Remarks
The initial value is Keep.

OpenGL API: glGetIntegerv(GL_STENCIL_FAIL)

See Also