doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Attributes | |
renderCommand_t | commandId |
renderCommand_t * | next |
int | x |
int | y |
int | imageWidth |
int | imageHeight |
idImage * | image |
int | cubeFace |
Definition at line 496 of file tr_local.h.
renderCommand_t copyRenderCommand_t::commandId |
Definition at line 497 of file tr_local.h.
int copyRenderCommand_t::cubeFace |
Definition at line 500 of file tr_local.h.
idImage* copyRenderCommand_t::image |
Definition at line 499 of file tr_local.h.
int copyRenderCommand_t::imageHeight |
Definition at line 498 of file tr_local.h.
int copyRenderCommand_t::imageWidth |
Definition at line 498 of file tr_local.h.
renderCommand_t * copyRenderCommand_t::next |
Definition at line 497 of file tr_local.h.
int copyRenderCommand_t::x |
Definition at line 498 of file tr_local.h.
int copyRenderCommand_t::y |
Definition at line 498 of file tr_local.h.