 | gl.GetStencilBackPassDepthPass Method |
Get what action is taken for back-facing polygons when the stencil test passes and the depth test passes.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static gl.StencilOp GetStencilBackPassDepthPass()
Public Shared Function GetStencilBackPassDepthPass As gl.StencilOp
public:
static gl.StencilOp GetStencilBackPassDepthPass()
static member GetStencilBackPassDepthPass : unit -> gl.StencilOp
Return Value
Type:
gl.StencilOpThe stencil operation
Remarks
The initial value is Keep.
OpenGL API: glGetIntegerv(GL_STENCIL_BACK_PASS_DEPTH_PASS)
See Also