diff options
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_vec_swizzle.cpp')
-rw-r--r-- | 3rdparty/glm/source/test/gtx/gtx_vec_swizzle.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_vec_swizzle.cpp b/3rdparty/glm/source/test/gtx/gtx_vec_swizzle.cpp new file mode 100644 index 0000000..0b0c8b8 --- /dev/null +++ b/3rdparty/glm/source/test/gtx/gtx_vec_swizzle.cpp @@ -0,0 +1,11 @@ +#define GLM_ENABLE_EXPERIMENTAL +#include <glm/gtx/vec_swizzle.hpp> + +int main() +{ + int Error = 0; + + + return Error; +} + |