]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - matrixlib.h
Move QC extension reporting out of video initialisation
[xonotic/darkplaces.git] / matrixlib.h
index f2e60e284060e3ed8be11f5979a4dd00c3bec4cc..bfae8c47a3b335605bd694e105a695abbc51c2c5 100644 (file)
@@ -105,7 +105,7 @@ void Matrix4x4_ToArrayFloatD3D(const matrix4x4_t *in, float out[16]);
 void Matrix4x4_FromArrayFloatD3D(matrix4x4_t *out, const float in[16]);
 
 // converts a matrix4x4 to a float[12] array in the OpenGL orientation
-void Matrix4x4_ToArray12FloatGL(const matrix4x4_t *in, float out[12]);
+void Matrix4x4_ToArray12FloatGL(const matrix4x4_t *in, float out[4][3]);
 // creates a matrix4x4 from a float[12] array in the OpenGL orientation
 void Matrix4x4_FromArray12FloatGL(matrix4x4_t *out, const float in[12]);
 // converts a matrix4x4 to a float[12] array in the Direct3D orientation