|
|
@ -19,7 +19,7 @@ |
|
|
|
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED)) |
|
|
|
#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED)) |
|
|
|
# define GLM_MESSAGE_VERSION_DISPLAYED |
|
|
|
# define GLM_MESSAGE_VERSION_DISPLAYED |
|
|
|
# pragma message ("GLM: version 0.9.8.0") |
|
|
|
# pragma message ("GLM: version 0.9.8.0") |
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
// Report compiler detection
|
|
|
|
// Report compiler detection
|
|
|
|
#if defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_COMPILER_DISPLAYED) |
|
|
|
#if defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_COMPILER_DISPLAYED) |
|
|
@ -37,7 +37,7 @@ |
|
|
|
# else |
|
|
|
# else |
|
|
|
# pragma message("GLM: Compiler not detected") |
|
|
|
# pragma message("GLM: Compiler not detected") |
|
|
|
# endif |
|
|
|
# endif |
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Build model
|
|
|
|
// Build model
|
|
|
@ -61,7 +61,7 @@ |
|
|
|
# elif(GLM_MODEL == GLM_MODEL_32) |
|
|
|
# elif(GLM_MODEL == GLM_MODEL_32) |
|
|
|
# pragma message("GLM: 32 bits model") |
|
|
|
# pragma message("GLM: 32 bits model") |
|
|
|
# endif//GLM_MODEL
|
|
|
|
# endif//GLM_MODEL
|
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_ARCH_DISPLAYED) |
|
|
|
#if defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_ARCH_DISPLAYED) |
|
|
|
# define GLM_MESSAGE_ARCH_DISPLAYED |
|
|
|
# define GLM_MESSAGE_ARCH_DISPLAYED |
|
|
@ -92,7 +92,7 @@ |
|
|
|
# elif(GLM_ARCH == GLM_ARCH_PPC) |
|
|
|
# elif(GLM_ARCH == GLM_ARCH_PPC) |
|
|
|
# pragma message("GLM: PowerPC architechture") |
|
|
|
# pragma message("GLM: PowerPC architechture") |
|
|
|
# endif//GLM_ARCH
|
|
|
|
# endif//GLM_ARCH
|
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// C++ Version
|
|
|
|
// C++ Version
|
|
|
@ -254,7 +254,7 @@ |
|
|
|
# if GLM_LANG & (GLM_LANG_CXXGNU_FLAG | GLM_LANG_CXXMS_FLAG) |
|
|
|
# if GLM_LANG & (GLM_LANG_CXXGNU_FLAG | GLM_LANG_CXXMS_FLAG) |
|
|
|
# pragma message("GLM: Language extensions enabled") |
|
|
|
# pragma message("GLM: Language extensions enabled") |
|
|
|
# endif//GLM_LANG
|
|
|
|
# endif//GLM_LANG
|
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Has of C++ features
|
|
|
|
// Has of C++ features
|
|
|
@ -540,7 +540,7 @@ |
|
|
|
# else |
|
|
|
# else |
|
|
|
# pragma message("GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators") |
|
|
|
# pragma message("GLM: Swizzling operators disabled, #define GLM_SWIZZLE to enable swizzle operators") |
|
|
|
# endif |
|
|
|
# endif |
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Clip control
|
|
|
|
// Clip control
|
|
|
@ -676,7 +676,7 @@ namespace glm |
|
|
|
# else |
|
|
|
# else |
|
|
|
# pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification") |
|
|
|
# pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification") |
|
|
|
# endif |
|
|
|
# endif |
|
|
|
#endif//GLM_MESSAGE
|
|
|
|
#endif//GLM_MESSAGES
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// countof
|
|
|
|
// countof
|
|
|
|