blob: f503bf728b0fabbc34c25fabfab3712ab0af5f30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ Parsed from GLKit.framework GLKEffects.h }
{$ifdef TYPES}
type
GLKVertexAttrib = GLint;
GLKVertexAttribPtr = ^GLKVertexAttrib;
const
GLKVertexAttribPosition = 0;
GLKVertexAttribNormal = 1;
GLKVertexAttribColor = 2;
GLKVertexAttribTexCoord0 = 3;
GLKVertexAttribTexCoord1 = 4;
{$endif}
|