 | glGetStencilBackRef Method |
Get the reference value that is compared with the contents of the stencil buffer for back-facing polygons.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetStencilBackRef()
Public Shared Function GetStencilBackRef As Integer
public:
static int GetStencilBackRef()
static member GetStencilBackRef : unit -> int
Return Value
Type:
Int32The reference value
Remarks
The initial value is 0.
OpenGL API: glGetIntegerv(GL_STENCIL_REF)
See Also