 | glGetFrontFace Method |
Gets the current front face orientation.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glFaceOrientation GetFrontFace()
Public Shared Function GetFrontFace As glFaceOrientation
public:
static glFaceOrientation GetFrontFace()
static member GetFrontFace : unit -> glFaceOrientation
Return Value
Type:
glFaceOrientationThe current front face orientation.
RemarksOpenGL API: glGetIntegerv(GL_FRONT_FACE)
See Also