#include <r_local.h>
Public Attributes | |
| struct surfcache_s * | next |
| struct surfcache_s ** | owner |
| int | lightadj [MAXLIGHTMAPS] |
| int | dlight |
| int | size |
| unsigned | width |
| unsigned | height |
| float | mipscale |
| image_t * | image |
| byte | data [4] |
| byte surfcache_s::data[4] |
Definition at line 400 of file r_local.h.
Referenced by D_CacheSurface(), D_SolidSurf(), and R_BuildPolygonFromSurface().
| int surfcache_s::dlight |
Definition at line 394 of file r_local.h.
Referenced by D_CacheSurface().
| unsigned surfcache_s::height |
Definition at line 397 of file r_local.h.
Referenced by R_BuildPolygonFromSurface().
| image_t* surfcache_s::image |
Definition at line 399 of file r_local.h.
Referenced by D_CacheSurface().
| int surfcache_s::lightadj[MAXLIGHTMAPS] |
Definition at line 393 of file r_local.h.
Referenced by D_CacheSurface().
| float surfcache_s::mipscale |
Definition at line 398 of file r_local.h.
Referenced by D_CacheSurface().
| struct surfcache_s* surfcache_s::next |
Definition at line 391 of file r_local.h.
Referenced by D_FlushCaches(), D_SCAlloc(), D_SCDump(), and R_InitCaches().
| struct surfcache_s** surfcache_s::owner |
Definition at line 392 of file r_local.h.
Referenced by D_CacheSurface(), D_FlushCaches(), D_SCAlloc(), and R_InitCaches().
| int surfcache_s::size |
Definition at line 395 of file r_local.h.
Referenced by D_FlushCaches(), D_SCAlloc(), D_SCDump(), and R_InitCaches().
| unsigned surfcache_s::width |
Definition at line 396 of file r_local.h.
Referenced by D_SCAlloc(), D_SCDump(), D_SolidSurf(), and R_BuildPolygonFromSurface().