Click or drag to resize

glGetStencilBackRef Method

Get the reference value that is compared with the contents of the stencil buffer for back-facing polygons.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int GetStencilBackRef()

Return Value

Type: Int32
The reference value
Remarks
The initial value is 0.

OpenGL API: glGetIntegerv(GL_STENCIL_REF)

See Also