We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6eb49 commit d17c992Copy full SHA for d17c992
README.md
@@ -25,6 +25,7 @@ you have the latest version
25
- **[api rename]** by starting v0.4.5, **glm_simd** functions are renamed to **glmm_**
26
- **[new option]** by starting v0.4.5, you can disable alignment requirement, check options in docs.
27
- **[major change]** by starting v0.5.0, vec3 functions use **glm_vec3_** namespace, it was **glm_vec_** until v0.5.0
28
+- **[major change]** by starting v0.5.1, built-in alignment is removed from **vec3** and **mat3** types
29
30
#### Note for C++ developers:
31
If you don't aware about original GLM library yet, you may also want to look at:
0 commit comments