Browse Source

Added GLM_GTC_type_ptr extension

Christophe Riccio 15 years ago
parent
commit
d462852ff9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/ext.hpp

+ 1 - 0
glm/ext.hpp

@@ -19,6 +19,7 @@
 #include "gtc/quaternion.hpp"
 #include "gtc/swizzle.hpp"
 #include "gtc/type_precision.hpp"
+#include "gtc/type_ptr.hpp"
 
 #include "./gtx/associated_min_max.hpp"
 #include "./gtx/bit.hpp"