 | glGetStencilRef Method |
Get the reference value that is compared with the contents of the stencil buffer 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 int GetStencilRef()
Public Shared Function GetStencilRef As Integer
public:
static int GetStencilRef()
static member GetStencilRef : unit -> int
Return Value
Type:
Int32The reference value
Remarks
The initial value is 0.
OpenGL API: glGetIntegerv(GL_STENCIL_REF)
See Also