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