changeset 7111 | 5ba5a92d74fb |
parent 7080 | dbf43c07a507 |
child 7129 | 0ce4f478ea6c |
7108:eaef11c0d039 | 7111:5ba5a92d74fb |
---|---|
197 |
197 |
198 TVertex2i = record |
198 TVertex2i = record |
199 X, Y: GLint; |
199 X, Y: GLint; |
200 end; |
200 end; |
201 |
201 |
202 TMatrix4x4f = array[0..3, 0..3] of GLfloat; |
|
203 |
|
202 PAtlas = ^TAtlas; |
204 PAtlas = ^TAtlas; |
203 PTexture = ^TTexture; |
205 PTexture = ^TTexture; |
204 |
206 |
205 TAtlas = record |
207 TAtlas = record |
206 id: GLuint; |
208 id: GLuint; |