|
UFO: Alien Invasion
|
texunits maintain multitexture state More...
#include <r_state.h>

Data Fields | |
| bool | enabled |
| GLenum | texture |
| GLint | texnum |
| GLenum | texenv |
| GLfloat * | texcoord_array |
| int | array_size |
| int gltexunit_t::array_size |
Definition at line 55 of file r_state.h.
Referenced by R_ReallocateTexunitArray().
| bool gltexunit_t::enabled |
GL_TEXTURE_2D on / off
Definition at line 49 of file r_state.h.
Referenced by R_EnableTexture(), and R_SetDefaultState().
| GLfloat* gltexunit_t::texcoord_array |
Definition at line 53 of file r_state.h.
Referenced by R_ReallocateTexunitArray().
| GLint gltexunit_t::texnum |
| GLenum gltexunit_t::texture |
e.g. GL_TEXTURE0
Definition at line 50 of file r_state.h.
Referenced by R_SelectTexture(), and R_SetDefaultState().