Added fmin, fmax and fclamp to GTX_extended_min_max #372

This commit is contained in:
Christophe Riccio
2017-08-20 18:42:48 +02:00
parent fc53581c68
commit 68a829e7ed
4 changed files with 254 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added packing functions for integer vectors #639
- Added conan packaging configuration #643 #641
- Added quatLookAt to GTX_quaternion #659
- Added fmin, fmax and fclamp to GTX_extended_min_max #372
#### Improvements:
- No more default initialization of vector, matrix and quaternion types