Added GTC_functions extension

This commit is contained in:
Christophe Riccio
2016-07-14 15:20:44 +02:00
parent 3b1af3fe0b
commit b8b43e6a4d
5 changed files with 121 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added raw SIMD API
- Added 'aligned' qualifiers
- Added GTC_type_aligned with aligned *vec* types
- Added GTC_functions extension
##### Improvements:
- Improved SIMD and swizzle operators interactions with GCC and Clang #474