Merge branch '0.9.8'

This commit is contained in:
Christophe Riccio
2016-08-07 12:57:01 +02:00
3 changed files with 20 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added GTC_type_aligned with aligned *vec* types
- Added GTC_functions extension
- Added quaternion version of isnan and isinf #521
- Added lowestBitValue to GTX_bit #536
##### Improvements:
- Improved SIMD and swizzle operators interactions with GCC and Clang #474