Quake II RTX doxygen  1.0 dev
surfcache_s Struct Reference

#include <sw.h>

Public Attributes

struct surfcache_snext
 
struct surfcache_s ** owner
 
int lightadj [MAX_LIGHTMAPS]
 
int dlight
 
int size
 
unsigned width
 
unsigned height
 
float mipscale
 
image_timage
 
byte data [4]
 

Detailed Description

Definition at line 207 of file sw.h.

Member Data Documentation

◆ data

byte surfcache_s::data[4]

Definition at line 217 of file sw.h.

Referenced by D_CacheSurface(), D_SolidSurf(), and R_BuildPolygonFromSurface().

◆ dlight

int surfcache_s::dlight

Definition at line 211 of file sw.h.

Referenced by D_CacheSurface().

◆ height

unsigned surfcache_s::height

Definition at line 214 of file sw.h.

Referenced by R_BuildPolygonFromSurface().

◆ image

image_t* surfcache_s::image

Definition at line 216 of file sw.h.

Referenced by D_CacheSurface().

◆ lightadj

int surfcache_s::lightadj[MAX_LIGHTMAPS]

Definition at line 210 of file sw.h.

Referenced by D_CacheSurface().

◆ mipscale

float surfcache_s::mipscale

Definition at line 215 of file sw.h.

Referenced by D_CacheSurface().

◆ next

struct surfcache_s* surfcache_s::next

Definition at line 208 of file sw.h.

Referenced by D_FlushCaches(), D_SCAlloc(), D_SCDump_f(), and R_InitCaches().

◆ owner

struct surfcache_s** surfcache_s::owner

Definition at line 209 of file sw.h.

Referenced by D_CacheSurface(), D_FlushCaches(), D_SCAlloc(), and R_InitCaches().

◆ size

int surfcache_s::size

Definition at line 212 of file sw.h.

Referenced by D_FlushCaches(), D_SCAlloc(), D_SCDump_f(), and R_InitCaches().

◆ width

unsigned surfcache_s::width

Definition at line 213 of file sw.h.

Referenced by D_SCAlloc(), D_SCDump_f(), D_SolidSurf(), and R_BuildPolygonFromSurface().