Click or drag to resize

glGetStencilFunc Method

Get what function is used to compare the stencil reference value with the stencil buffer value 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 glCompareFunc GetStencilFunc()

Return Value

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

OpenGL API: glGetIntegerv(GL_STENCIL_FUNC)

See Also