 | glGetClearStencil Method |
Returns the index to which the stencil bitplanes are cleared.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetClearStencil()
Public Shared Function GetClearStencil As Integer
public:
static int GetClearStencil()
static member GetClearStencil : unit -> int
Return Value
Type:
Int32The stencil index
Remarks
The initial value is 0.
OpenGL API: glGetIntegerv(GL_STENCIL_CLEAR_VALUE)
See Also