aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/ext/ext_scalar_packing.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/source/test/ext/ext_scalar_packing.cpp')
-rw-r--r--3rdparty/glm/source/test/ext/ext_scalar_packing.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/3rdparty/glm/source/test/ext/ext_scalar_packing.cpp b/3rdparty/glm/source/test/ext/ext_scalar_packing.cpp
deleted file mode 100644
index 77616e3..0000000
--- a/3rdparty/glm/source/test/ext/ext_scalar_packing.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-#include <glm/ext/scalar_packing.hpp>
-#include <glm/ext/scalar_relational.hpp>
-
-int test_packUnorm()
-{
- int Error = 0;
-
-
- return Error;
-}
-
-int test_packSnorm()
-{
- int Error = 0;
-
-
- return Error;
-}
-
-int main()
-{
- int Error = 0;
-
- Error += test_packUnorm();
- Error += test_packSnorm();
-
- return Error;
-}