Enum FrontFaceDirection
Used in GL.FrontFace
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum FrontFaceDirection
Fields
| 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 |