Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.h105 extern consvar_t cv_glslopecontrast;
H A Dhw_main.c310 if (cv_glfakecontrast.value != 0 && cv_glslopecontrast.value != 0) in HWR_CalcSlopeLight()
6341 consvar_t cv_glslopecontrast = CVAR_INIT ("gr_slopecontrast", "Off", CV_SAVE, CV_OnOff, NULL); variable