 | 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)
Syntaxpublic static glCompareFunc GetStencilFunc()
Public Shared Function GetStencilFunc As glCompareFunc
public:
static glCompareFunc GetStencilFunc()
static member GetStencilFunc : unit -> glCompareFunc
Return Value
Type:
glCompareFuncThe compare function
Remarks
The initial value is
Always.
OpenGL API: glGetIntegerv(GL_STENCIL_FUNC)
See Also