Click or drag to resize

glGetFrontFace Method

Gets the current front face orientation.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glFaceOrientation GetFrontFace()

Return Value

Type: glFaceOrientation
The current front face orientation.
Remarks
OpenGL API: glGetIntegerv(GL_FRONT_FACE)
See Also