]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
merged CL_ColorPointer into R_Mesh_State
[xonotic/darkplaces.git] / gl_backend.h
index 705d2922f5de588f6b4b53dbac2fb456f77f2599..d5940a3722657d9204165d0ad71cfc8873395b0d 100644 (file)
@@ -16,7 +16,6 @@ void GL_BlendFunc(int blendfunc1, int blendfunc2);
 void GL_DepthMask(int state);
 void GL_DepthTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);
-void GL_ColorPointer(const float *p);
 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);
@@ -52,6 +51,7 @@ typedef struct
 
        // other state set by this
        const float *pointer_vertex;
+       const float *pointer_color;
 }
 rmeshstate_t;