Click or drag to resize

glGetStencilValueMask Method

Get the mask that is used to mask both the stencil reference value and the stencil buffer value before they are compared 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 GetStencilValueMask()

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_VALUE_MASK)

See Also