UFO: Alien Invasion
|
surfaces are assigned to arrays based on their primary rendering type and then sorted by world texture index to reduce binds More...
#include <r_model_brush.h>
Data Fields | |
mBspSurface_t ** | surfaces |
int | count |
surfaces are assigned to arrays based on their primary rendering type and then sorted by world texture index to reduce binds
Definition at line 138 of file r_model_brush.h.
int mBspSurfaces_s::count |
Definition at line 140 of file r_model_brush.h.
Referenced by R_DrawFlareSurfaces(), R_DrawMaterialSurfaces(), R_DrawSurfaces(), R_GenerateTriangleSoup_(), R_LoadSurfacesArrays_(), R_RenderBspRRefs(), R_SortSurfacesArrays(), and R_SortSurfacesArrays_().
mBspSurface_t** mBspSurfaces_s::surfaces |
Definition at line 139 of file r_model_brush.h.
Referenced by R_DrawFlareSurfaces(), R_DrawMaterialSurfaces(), R_DrawSurfaces(), R_GenerateTriangleSoup_(), R_LoadSurfacesArrays_(), R_SortSurfacesArrays(), and R_SortSurfacesArrays_().