 | glGetStencilValueMask Method |
Get the mask that is used to mask both the stencil reference value and the stencil buffer value before they are compared 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 uint GetStencilValueMask()
Public Shared Function GetStencilValueMask As UInteger
public:
static unsigned int GetStencilValueMask()
static member GetStencilValueMask : unit -> uint32
Return Value
Type:
UInt32The mask value
Remarks
The initial value is all 1's.
OpenGL API: glGetIntegerv(GL_STENCIL_VALUE_MASK)
See Also