![]() |
naev 0.11.5
|
Represents a node in the texture list. More...
Data Fields | |
| glTexture * | tex |
| const char * | path |
| int | used |
| int | sx |
| int | sy |
Represents a node in the texture list.
Definition at line 34 of file opengl_tex.c.
| const char* glTexList::path |
Path pointer, stored in tex.
Definition at line 36 of file opengl_tex.c.
| int glTexList::sx |
X sprites
Definition at line 42 of file opengl_tex.c.
| int glTexList::sy |
Y sprites
Definition at line 43 of file opengl_tex.c.
| glTexture* glTexList::tex |
associated texture
Definition at line 35 of file opengl_tex.c.
| int glTexList::used |
counts how many times texture is being used
Definition at line 37 of file opengl_tex.c.