Enum CullFaceMode
Used in GL.CullFace, GL.StencilFuncSeparate and 2 other functions
Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum CullFaceMode
Fields
Name | Description |
---|---|
Back | Original was GL_Back = 0X0405 |
Front | Original was GL_Front = 0X0404 |
FrontAndBack | Original was GL_FRONT_AND_BACK = 0x0408 |