Enum PolygonMode
Not used directly.
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum PolygonMode
Fields
Name | Description |
---|---|
Fill | Original was GL_FILL = 0x1B02 |
Line | Original was GL_LINE = 0x1B01 |
Point | Original was GL_POINT = 0x1B00 |