Click or drag to resize

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)
Syntax
public static int GetClearStencil()

Return Value

Type: Int32
The stencil index
Remarks
The initial value is 0.

OpenGL API: glGetIntegerv(GL_STENCIL_CLEAR_VALUE)

See Also