]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
report invalid edicts when attempting to link them
[xonotic/darkplaces.git] / gl_backend.h
index 83125962ba5c081d161ef583c2be19bd130f34e9..12061681e954b59574375ac88a2570d57d5d0fb1 100644 (file)
@@ -40,9 +40,9 @@ typedef struct
        int texcombinergb[MAX_TEXTUREUNITS]; // works with or without combine for some operations
        int texcombinealpha[MAX_TEXTUREUNITS]; // does nothing without combine
        int pointervertexcount;
-       float *pointer_vertex;
-       float *pointer_color;
-       float *pointer_texcoord[MAX_TEXTUREUNITS];
+       const float *pointer_vertex;
+       const float *pointer_color;
+       const float *pointer_texcoord[MAX_TEXTUREUNITS];
 }
 rmeshstate_t;