Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558

This commit is contained in:
Christophe Riccio
2016-11-01 22:36:49 +01:00
parent 7157969a05
commit a17f795aaf
5 changed files with 13 additions and 0 deletions

View File

@@ -104,6 +104,7 @@
#endif
#include "./gtx/transform.hpp"
#include "./gtx/transform2.hpp"
#include "./gtx/vec_swizzle.hpp"
#include "./gtx/vector_angle.hpp"
#include "./gtx/vector_query.hpp"
#include "./gtx/wrap.hpp"