![]() |
naev 0.12.6
|
Represents a node in the texture list. More...

Data Fields | |
| glTexture * | tex |
| const char * | path |
| int | used |
| int | sx |
| int | sy |
| unsigned int | flags |
Represents a node in the texture list.
Definition at line 31 of file opengl_tex.c.
| unsigned int glTexList::flags |
Flags being used.
Definition at line 41 of file opengl_tex.c.
| const char* glTexList::path |
Path pointer, stored in tex.
Definition at line 33 of file opengl_tex.c.
| int glTexList::sx |
X sprites
Definition at line 39 of file opengl_tex.c.
| int glTexList::sy |
Y sprites
Definition at line 40 of file opengl_tex.c.
| glTexture* glTexList::tex |
associated texture
Definition at line 32 of file opengl_tex.c.
| int glTexList::used |
counts how many times texture is being used
Definition at line 34 of file opengl_tex.c.