Click or drag to resize

glGetStencilBackPassDepthFail Method

Get what action is taken for back-facing polygons when the stencil test passes, but the depth test fails.

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

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_BACK_PASS_DEPTH_FAIL)

See Also