 | glGetStencilBackValueMask Method |
Get the mask that is used for back-facing polygons to mask both the stencil reference value and the stencil buffer value before they are compared.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static uint GetStencilBackValueMask()
Public Shared Function GetStencilBackValueMask As UInteger
public:
static unsigned int GetStencilBackValueMask()
static member GetStencilBackValueMask : unit -> uint32
Return Value
Type:
UInt32The mask
Remarks
The initial value is all 1's.
OpenGL API: glGetIntegerv(GL_STENCIL_BACK_VALUE_MASK)
See Also