Enum IndexPointerType
Used in GL.IndexPointer, GL.Ext.IndexPointer and 2 other functions
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum IndexPointerTypeFields
| 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 |