#include <sw.h>
Public Attributes | |
| struct surfcache_s * | next |
| struct surfcache_s ** | owner |
| int | lightadj [MAX_LIGHTMAPS] |
| int | dlight |
| int | size |
| unsigned | width |
| unsigned | height |
| float | mipscale |
| image_t * | image |
| byte | data [4] |
| byte surfcache_s::data[4] |
Definition at line 217 of file sw.h.
Referenced by D_CacheSurface(), D_SolidSurf(), and R_BuildPolygonFromSurface().
| int surfcache_s::dlight |
Definition at line 211 of file sw.h.
Referenced by D_CacheSurface().
| unsigned surfcache_s::height |
Definition at line 214 of file sw.h.
Referenced by R_BuildPolygonFromSurface().
| image_t* surfcache_s::image |
Definition at line 216 of file sw.h.
Referenced by D_CacheSurface().
| int surfcache_s::lightadj[MAX_LIGHTMAPS] |
Definition at line 210 of file sw.h.
Referenced by D_CacheSurface().
| float surfcache_s::mipscale |
Definition at line 215 of file sw.h.
Referenced by D_CacheSurface().
| 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().
| 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().
| int surfcache_s::size |
Definition at line 212 of file sw.h.
Referenced by D_FlushCaches(), D_SCAlloc(), D_SCDump_f(), and R_InitCaches().
| unsigned surfcache_s::width |
Definition at line 213 of file sw.h.
Referenced by D_SCAlloc(), D_SCDump_f(), D_SolidSurf(), and R_BuildPolygonFromSurface().