changeset 2362 | ef4abaf2d5cc |
parent 2360 | d4d545da9dbe |
child 2376 | ece7b87f1334 |
2361:f980f40e83f5 | 2362:ef4abaf2d5cc |
---|---|
132 |
132 |
133 TVertex2f = record |
133 TVertex2f = record |
134 X, Y: GLfloat; |
134 X, Y: GLfloat; |
135 end; |
135 end; |
136 |
136 |
137 TVertex2i = record |
|
138 X, Y: GLint; |
|
139 end; |
|
140 |
|
137 TTexture = record |
141 TTexture = record |
138 id: GLuint; |
142 id: GLuint; |
139 w, h: LongInt; |
143 w, h: LongInt; |
140 rx, ry: GLfloat; |
144 rx, ry: GLfloat; |
141 vb, tb: array [0..3] of TVertex2f; |
145 vb, tb: array [0..3] of TVertex2f; |