#include <r_local.h>
Public Attributes | |
void * | pskin |
int | pskindesc |
int | skinwidth |
int | skinheight |
dtriangle_t * | ptriangles |
finalvert_t * | pfinalverts |
int | numtriangles |
int | drawtype |
int | seamfixupX16 |
qboolean | do_vis_thresh |
int | vis_thresh |
finalvert_t* affinetridesc_t::pfinalverts |
void* affinetridesc_t::pskin |
Definition at line 328 of file r_local.h.
Referenced by R_AliasSetupSkin(), R_PolysetUpdateTables(), and R_RasterizeAliasPolySmooth().
dtriangle_t* affinetridesc_t::ptriangles |
int affinetridesc_t::skinheight |
Definition at line 331 of file r_local.h.
Referenced by R_AliasSetupSkin().
int affinetridesc_t::skinwidth |
Definition at line 330 of file r_local.h.
Referenced by R_AliasSetupSkin(), R_PolysetDrawSpans8_33(), R_PolysetDrawSpans8_66(), R_PolysetDrawSpans8_Opaque_Coloured(), R_PolysetDrawThreshSpans8(), R_PolysetScanLeftEdge_C(), R_PolysetUpdateTables(), and R_RasterizeAliasPolySmooth().
int affinetridesc_t::vis_thresh |
Definition at line 338 of file r_local.h.
Referenced by R_PolysetDrawThreshSpans8().