Click or drag to resize

glGetCullFace Method

Gets the current cull face mode.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glFace GetCullFace()

Return Value

Type: glFace
The current cull face mode.
Remarks
OpenGL API: glGetIntegerv(GL_CULL_FACE_MODE)
See Also