Click or drag to resize

glClearStencil Method

Specify the index value used by Clear(glClearBuffers) to clear the stencil buffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ClearStencil(
	int index
)

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.
Remarks
OpenGL API: glClearStencil
See Also

Reference