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