]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
bmodel shadow volumes
[xonotic/darkplaces.git] / gl_backend.h
index cd4b85cb454d0bb5db33ef2d5a2389ef72d13f7e..6a652013a17ba65ec2061767eb7cd137c3d19f74 100644 (file)
@@ -16,8 +16,6 @@ void GL_SetupView_Mode_Perspective (double aspect, double fovx, double fovy, dou
 void GL_SetupView_Mode_Ortho (double x1, double y1, double x2, double y2, double zNear, double zFar);
 void GL_UseColorArray(void);
 void GL_Color(float cr, float cg, float cb, float ca);
 void GL_SetupView_Mode_Ortho (double x1, double y1, double x2, double y2, double zNear, double zFar);
 void GL_UseColorArray(void);
 void GL_Color(float cr, float cg, float cb, float ca);
-void GL_DepthFunc(int value);
-void GL_ClearDepth(void);
 
 extern cvar_t gl_lockarrays;
 
 
 extern cvar_t gl_lockarrays;