 | glGetCullFace Method |
Gets the current cull face mode.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glFace GetCullFace()
Public Shared Function GetCullFace As glFace
public:
static glFace GetCullFace()
static member GetCullFace : unit -> glFace
Return Value
Type:
glFaceThe current cull face mode.
RemarksOpenGL API: glGetIntegerv(GL_CULL_FACE_MODE)
See Also