Click or drag to resize

glGetStencilBackWriteMask Method

Get the mask that controls writing of the stencil bitplanes for back-facing polygons.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static uint GetStencilBackWriteMask()

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_BACK_WRITEMASK)

See Also