]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - curves.h
optimized surface rendering to surface->groupmesh->data_* array pointers directly...
[xonotic/darkplaces.git] / curves.h
index 48d01219799907cd200794d94418fcfaa8c1c4f4..af9ba15044c8c09babb08aed7d1f0d18428a26fe 100644 (file)
--- a/curves.h
+++ b/curves.h
@@ -14,7 +14,7 @@ int Q3PatchTesselationOnY(int patchwidth, int patchheight, int components, const
 // (such as those produced by Q3PatchTesselate)
 // (note: width and height are the actual vertex size, this produces
 //  (width-1)*(height-1)*2 triangles, 3 elements each)
-void Q3PatchTriangleElements(int *elements, int width, int height);
+void Q3PatchTriangleElements(int *elements, int width, int height, int firstvertex);
 
 #endif