vkQuake2 doxygen  1.0 dev
swstate_s Struct Reference

#include <r_local.h>

Public Attributes

qboolean fullscreen
 
int prev_mode
 
byte gammatable [256]
 
byte currentpalette [1024]
 

Detailed Description

Definition at line 878 of file r_local.h.

Member Data Documentation

◆ currentpalette

byte swstate_s::currentpalette[1024]

Definition at line 884 of file r_local.h.

Referenced by DDRAW_Init(), R_GammaCorrectAndSetPalette(), and SWimp_SetPalette().

◆ fullscreen

qboolean swstate_s::fullscreen

Definition at line 880 of file r_local.h.

Referenced by SWimp_SetMode().

◆ gammatable

byte swstate_s::gammatable[256]

Definition at line 883 of file r_local.h.

Referenced by Draw_BuildGammaTable(), and R_GammaCorrectAndSetPalette().

◆ prev_mode

int swstate_s::prev_mode

Definition at line 881 of file r_local.h.

Referenced by R_BeginFrame().