#include <r_local.h>
Public Attributes | |
qboolean | fullscreen |
int | prev_mode |
byte | gammatable [256] |
byte | currentpalette [1024] |
byte swstate_s::currentpalette[1024] |
Definition at line 823 of file r_local.h.
Referenced by DDRAW_Init(), R_GammaCorrectAndSetPalette(), R_ScreenShot_f(), and SWimp_SetPalette().
qboolean swstate_s::fullscreen |
Definition at line 819 of file r_local.h.
Referenced by SWimp_EndFrame(), SWimp_SetMode(), and SWimp_SetPalette().
byte swstate_s::gammatable[256] |
Definition at line 822 of file r_local.h.
Referenced by Draw_BuildGammaTable(), and R_GammaCorrectAndSetPalette().
int swstate_s::prev_mode |
Definition at line 820 of file r_local.h.
Referenced by R_BeginFrame().