]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
texcoord arrays are now 3 component (padded to 4 floats)
[xonotic/darkplaces.git] / cl_screen.h
index 9a4859b583c6f72c4e4c9917b75ec2333b681c17..c48a2cf4592c859e7b961b2f87f097fc1fa001d5 100644 (file)
@@ -18,8 +18,8 @@ drawqueue_t;
 
 // a triangle mesh... embedded in the drawqueue
 // each vertex is 4 floats (3 are used)
-// each texcoord pair is 2 floats
-// each color is 4 floats
+// each texcoord is 4 floats (3 are used)
+// each color is 4 floats (4 are used)
 typedef struct drawqueuemesh_s
 {
        rtexture_t *texture;