Click or drag to resize

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)
Syntax
public static uint GetStencilWriteMask()

Return Value

Type: UInt32
The stencil write mask.
Remarks
The initial value is all 1's.

OpenGL API: glGetIntegerv(GL_STENCIL_WRITEMASK)

See Also