Enum FrontFaceDirection
Used in GL.FrontFace
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum FrontFaceDirectionFields
| Name | Description | 
|---|---|
| Ccw | Original was GL_CCW = 0x0901 | 
| Cw | Original was GL_CW = 0x0900 | 
Used in GL.FrontFace
public enum FrontFaceDirection| Name | Description | 
|---|---|
| Ccw | Original was GL_CCW = 0x0901 | 
| Cw | Original was GL_CW = 0x0900 |