]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
eliminated the hacky r_showtris code, now r_glsl 1 mode works with r_showtris
[xonotic/darkplaces.git] / gl_backend.h
index 3bdc2e60b9f3c4434db058eb2aaf598a3a2f23cc..f494b44d3e85e4c6d01fdce1740fb4ca6eb11019 100644 (file)
@@ -19,7 +19,6 @@ void GL_DepthMask(int state);
 void GL_DepthTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);
 void GL_Color(float cr, float cg, float cb, float ca);
-void GL_ShowTrisColor(float cr, float cg, float cb, float ca);
 void GL_TransformToScreen(const vec4_t in, vec4_t out);
 void GL_LockArrays(int first, int count);
 void GL_ActiveTexture(unsigned int num);