Click or drag to resize

glGetStencilBackFunc Method

Get what function is used for back-facing polygons to compare the stencil reference value with the stencil buffer value.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glCompareFunc GetStencilBackFunc()

Return Value

Type: glCompareFunc
The compare function
Remarks
The initial value is Always.

OpenGL API: glGetIntegerv(GL_STENCIL_BACK_FUNC)

See Also