X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=render.h;h=79b1198bbf74dd88769bd1bf12cbd4cd39db4662;hb=1b6062f6c60a2525501e1133052d87307ee02e36;hp=9ef7403cd46832aac733e3d6fdb414f18199ab98;hpb=9c19f5424cd24c82205885ed3d1c75f92f92b2d1;p=xonotic%2Fdarkplaces.git diff --git a/render.h b/render.h index 9ef7403c..79b1198b 100644 --- a/render.h +++ b/render.h @@ -441,7 +441,7 @@ typedef enum rsurfacepass_e } rsurfacepass_t; -void R_SetupShader_Generic(rtexture_t *first, rtexture_t *second, int texturemode, int rgbscale, qboolean notrippy); +void R_SetupShader_Generic(rtexture_t *first, rtexture_t *second, int texturemode, int rgbscale, qboolean usegamma, qboolean notrippy); void R_SetupShader_DepthOrShadow(qboolean notrippy); void R_SetupShader_ShowDepth(qboolean notrippy); void R_SetupShader_Surface(const vec3_t lightcolorbase, qboolean modellighting, float ambientscale, float diffusescale, float specularscale, rsurfacepass_t rsurfacepass, int texturenumsurfaces, const msurface_t **texturesurfacelist, void *waterplane, qboolean notrippy);