Enum VertexPointerType
Not used directly.
Namespace: OpenTK.Graphics.ES30
Assembly: OpenTK.dll
Syntax
public enum VertexPointerType
Fields
| Name | Description |
|---|---|
| Double | Original was GL_DOUBLE = 0x140A |
| Float | Original was GL_FLOAT = 0x1406 |
| Int | Original was GL_INT = 0x1404 |
| Short | Original was GL_SHORT = 0x1402 |