diff options
Diffstat (limited to 'glm-master/test/gtx/gtx_vec_swizzle.cpp')
-rw-r--r-- | glm-master/test/gtx/gtx_vec_swizzle.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/glm-master/test/gtx/gtx_vec_swizzle.cpp b/glm-master/test/gtx/gtx_vec_swizzle.cpp deleted file mode 100644 index 0b0c8b8..0000000 --- a/glm-master/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; -} - |