 | glClearStencil Method |
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void ClearStencil(
int index
)
Public Shared Sub ClearStencil (
index As Integer
)
public:
static void ClearStencil(
int index
)
static member ClearStencil :
index : int -> unit
Parameters
- index
- Type: SystemInt32
the index used when the stencil buffer is cleared. The initial value is 0.
Only the lowest StencilBits bits of the index are used.
RemarksOpenGL API: glClearStencil
See Also