]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
replaced Mod_LoadSkinFrame functions with R_SkinFrame system, this
[xonotic/darkplaces.git] / gl_backend.h
index f3d8ab7c0015c683489bbe26d987d0368beed00a..a51c6da76755b24af146bbdf1efceb19dd19f601 100644 (file)
@@ -18,6 +18,7 @@ void GL_SetupView_Mode_Ortho(double x1, double y1, double x2, double y2, double
 void GL_BlendFunc(int blendfunc1, int blendfunc2);
 void GL_DepthMask(int state);
 void GL_DepthTest(int state);
+void GL_DepthRange(float nearfrac, float farfrac);
 void GL_CullFace(int state);
 void GL_AlphaTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);