X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=render.h;h=8aac2031a51775c972acfe66f95bfbbc40951420;hb=755bd4fe5e014d75df2298e49ed3de637dea4404;hp=f799d14f33e3db4e7b360cfe68490cf5744687d7;hpb=c38d0d2d6409d9b3174b6cf04f1bd09694cbfc81;p=xonotic%2Fdarkplaces.git diff --git a/render.h b/render.h index f799d14f..8aac2031 100644 --- a/render.h +++ b/render.h @@ -58,6 +58,7 @@ typedef enum shadermode_e SHADERMODE_LIGHTDIRECTIONMAP_TANGENTSPACE, ///< (lightmap) use directional pixel shading from texture containing tangentspace light directions (q1bsp deluxemap) SHADERMODE_LIGHTDIRECTIONMAP_FORCED_LIGHTMAP, // forced deluxemapping for lightmapped surfaces SHADERMODE_LIGHTDIRECTIONMAP_FORCED_VERTEXCOLOR, // forced deluxemapping for vertexlit surfaces + SHADERMODE_LIGHTGRID, ///< (lightmap) use directional pixel shading from lightgrid data (q3bsp) SHADERMODE_LIGHTDIRECTION, ///< (lightmap) use directional pixel shading from fixed light direction (q3bsp) SHADERMODE_LIGHTSOURCE, ///< (lightsource) use directional pixel shading from light source (rtlight) SHADERMODE_REFRACTION, ///< refract background (the material is rendered normally after this pass) @@ -239,7 +240,6 @@ skinframe_t *R_SkinFrame_LoadInternalUsingTexture(const char *name, int texturef rtexture_t *R_GetCubemap(const char *basename); void R_View_WorldVisibility(qboolean forcenovis); -void R_DrawDecals(void); void R_DrawParticles(void); void R_DrawExplosions(void);