Fixed Better follow GLSL min and max specification #372

This commit is contained in:
Christophe Riccio
2017-08-20 16:53:50 +02:00
parent 3358f33870
commit fc53581c68
2 changed files with 3 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed Visual C++ 2017.2 warning regarding __has_feature definision #655
- Fixed documentation warnings
- Fixed GLM_HAS_OPENMP when OpenMP is not enabled
- Fixed Better follow GLSL min and max specification #372
#### Deprecation:
- Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler