mirror of
https://github.com/g-truc/glm.git
synced 2025-04-21 12:39:37 +00:00
Updated readme and GLM version
This commit is contained in:
parent
a44e293c40
commit
23e0701c04
2 changed files with 7 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
#define GLM_VERSION_MAJOR 0
|
||||
#define GLM_VERSION_MINOR 9
|
||||
#define GLM_VERSION_PATCH 9
|
||||
#define GLM_VERSION_REVISION 8
|
||||
#define GLM_VERSION 998
|
||||
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.8"
|
||||
#define GLM_VERSION_REVISION 9
|
||||
#define GLM_VERSION 999
|
||||
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.9"
|
||||
|
||||
#define GLM_SETUP_INCLUDED GLM_VERSION
|
||||
|
||||
|
|
|
@ -53,6 +53,10 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||
|
||||
## Release notes
|
||||
|
||||
### [GLM 0.9.9.9](https://github.com/g-truc/glm/commits/master) - 2020-XX-XX
|
||||
#### Fixes:
|
||||
- Fixed incorrect assertion for min and max #1009
|
||||
|
||||
### [GLM 0.9.9.8](https://github.com/g-truc/glm/releases/tag/0.9.9.8) - 2020-04-13
|
||||
#### Features:
|
||||
- Added GLM_EXT_vector_intX* and GLM_EXT_vector_uintX* extensions
|
||||
|
|
Loading…
Add table
Reference in a new issue