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