- Added mix implementation for matrices in EXT_matrix_common #842

This commit is contained in:
Christophe Riccio
2019-03-01 12:33:09 +01:00
parent 96e7eb52ac
commit 6492c8593f
6 changed files with 110 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
## Release notes
### [GLM 0.9.9.4](https://github.com/g-truc/glm/tree/master) - 2018-1X-XX
#### Features:
- Added mix implementation for matrices in EXT_matrix_common #842
#### Improvements:
- Added GLM_FORCE_INTRINSICS to enable SIMD instruction code path. By default, it's disabled allowing constexpr support by default.