DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
Mod_MakeSortedSurfaces_qsortsurface_t Struct Reference
+ Collaboration diagram for Mod_MakeSortedSurfaces_qsortsurface_t:

Data Fields

q3deffect_teffect
 
rtexture_tlightmaptexture
 
int surfaceindex
 
texture_ttexture
 

Detailed Description

Definition at line 2904 of file model_shared.c.

Field Documentation

◆ effect

q3deffect_t* Mod_MakeSortedSurfaces_qsortsurface_t::effect

Definition at line 2907 of file model_shared.c.

Referenced by Mod_MakeSortedSurfaces(), and Mod_MakeSortedSurfaces_qsortfunc().

◆ lightmaptexture

rtexture_t* Mod_MakeSortedSurfaces_qsortsurface_t::lightmaptexture

Definition at line 2909 of file model_shared.c.

Referenced by Mod_MakeSortedSurfaces(), and Mod_MakeSortedSurfaces_qsortfunc().

◆ surfaceindex

int Mod_MakeSortedSurfaces_qsortsurface_t::surfaceindex

Definition at line 2906 of file model_shared.c.

Referenced by Mod_MakeSortedSurfaces(), and Mod_MakeSortedSurfaces_qsortfunc().

◆ texture

texture_t* Mod_MakeSortedSurfaces_qsortsurface_t::texture

Definition at line 2908 of file model_shared.c.

Referenced by Mod_MakeSortedSurfaces(), and Mod_MakeSortedSurfaces_qsortfunc().


The documentation for this struct was generated from the following file: