Click or drag to resize

glGetStencilBackValueMask Method

Get the mask that is used for back-facing polygons to mask both the stencil reference value and the stencil buffer value before they are compared.

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

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_BACK_VALUE_MASK)

See Also