Home
last modified time | relevance | path

Searched refs:cv_glfakecontrast (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.h104 extern consvar_t cv_glfakecontrast;
H A Dhw_main.c271 if (cv_glfakecontrast.value != 0) in HWR_CalcWallLight()
276 if (cv_glfakecontrast.value == 2) // Smooth setting in HWR_CalcWallLight()
310 if (cv_glfakecontrast.value != 0 && cv_glslopecontrast.value != 0) in HWR_CalcSlopeLight()
315 if (cv_glfakecontrast.value == 2) // Smooth setting in HWR_CalcSlopeLight()
6340 consvar_t cv_glfakecontrast = CVAR_INIT ("gr_fakecontrast", "Smooth", CV_SAVE, glfakecontrast_cons_… variable
6380 CV_RegisterVar(&cv_glfakecontrast); in HWR_AddCommands()