 | glGetStencilWriteMask Method |
Get the mask that controls writing of the stencil bitplanes 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 GetStencilWriteMask()
Public Shared Function GetStencilWriteMask As UInteger
public:
static unsigned int GetStencilWriteMask()
static member GetStencilWriteMask : unit -> uint32
Return Value
Type:
UInt32The stencil write mask.
Remarks
The initial value is all 1's.
OpenGL API: glGetIntegerv(GL_STENCIL_WRITEMASK)
See Also