Added GLM_ENABLE_EXPERIMENTAL

This commit is contained in:
Christophe Riccio
2016-11-12 14:19:22 +01:00
parent 26b6c3d34d
commit 6482dd29d2
113 changed files with 298 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
#include "../glm.hpp"
#include "../gtx/transform.hpp"
#ifndef GLM_ENABLE_EXPERIMENTAL
# error "GLM: GLM_GTX_rotate_vector is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
#endif
#if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
# pragma message("GLM: GLM_GTX_rotate_vector extension included")
#endif