X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=inline;f=gl_backend.h;h=a51c6da76755b24af146bbdf1efceb19dd19f601;hb=5204bb8cced9548d5c44f6d6a5ab2e5e4a841030;hp=f3d8ab7c0015c683489bbe26d987d0368beed00a;hpb=9e0a39f4d5add83a1c31892e0d523098979c5612;p=xonotic%2Fdarkplaces.git diff --git a/gl_backend.h b/gl_backend.h index f3d8ab7c..a51c6da7 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -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);