summaryrefslogtreecommitdiff
path: root/glm-master/test/gtx/gtx_matrix_major_storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glm-master/test/gtx/gtx_matrix_major_storage.cpp')
-rw-r--r--glm-master/test/gtx/gtx_matrix_major_storage.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/glm-master/test/gtx/gtx_matrix_major_storage.cpp b/glm-master/test/gtx/gtx_matrix_major_storage.cpp
new file mode 100644
index 0000000..21de7f7
--- /dev/null
+++ b/glm-master/test/gtx/gtx_matrix_major_storage.cpp
@@ -0,0 +1,9 @@
+#define GLM_ENABLE_EXPERIMENTAL
+#include <glm/gtx/matrix_major_storage.hpp>
+
+int main()
+{
+ int Error(0);
+
+ return Error;
+}