src/gl/compiler.h

changeset 28
c92c1daf735f
parent 27
c57fb7a5ffa3
child 30
1536f23cfab7
--- a/src/gl/compiler.h	Wed Jan 22 01:17:11 2020 +0200
+++ b/src/gl/compiler.h	Wed Jan 22 22:41:17 2020 +0200
@@ -20,6 +20,7 @@
 #include "main.h"
 #include "gl/common.h"
 #include "types/boundingbox.h"
+#include <glm/glm.hpp>
 #include <QMap>
 #include <QSet>
 #include <QOpenGLVertexArrayObject>
@@ -39,6 +40,7 @@
 		VboSubclass vboSubclass;
 	};
 	int vboIndex(const VboAddress vboAddress);
+	QMatrix4x4 toQMatrix(const glm::mat4& matrix);
 }
 
 class gl::Compiler : public QObject, protected QOpenGLFunctions

mercurial