Wrap tvec4's static constants in GLM_STATIC_CONST_MEMBERS

- Fix the indentation, too
This commit is contained in:
Jesse Talavera-Greenberg
2015-10-05 18:25:01 -04:00
parent 8be318970c
commit 5df08dfc78
3 changed files with 54 additions and 48 deletions

View File

@@ -33,6 +33,7 @@
# define GLM_META_PROG_HELPERS
#endif
#define GLM_SWIZZLE
#define GLM_STATIC_CONST_MEMBERS
#include <glm/vector_relational.hpp>
#include <glm/vec2.hpp>
#include <glm/vec3.hpp>