Click or drag to resize

glGetStencilRef Method

Get the reference value that is compared with the contents of the stencil buffer 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 int GetStencilRef()

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_REF)

See Also