From 4a5461fa49e47f8e1cc3958b55b9d6fb15523879 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 11 Sep 2016 13:26:22 +0200 Subject: [PATCH] Updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b944f3c3..b792b2f1 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) #### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/latest) - 2017-XX-XX ##### Features: -- Added GLM_GTC_color_encoding extension +- Added GTC_color_encoding extension ##### Improvements: @@ -112,7 +112,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed missing vec1 overload to length2 and distance2 functions #431 - Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible - Fixed quaterion to mat3 cast function mat3_cast from GTC_quaternion #542 -- Fixed GLM_GTX_io for Cuda #547 #546 +- Fixed GTX_io for Cuda #547 #546 ##### Deprecation: - Removed GLM_FORCE_SIZE_FUNC define