Added uround to GTC_integer, fast round on positive values

This commit is contained in:
Christophe Riccio
2016-03-10 21:17:46 +01:00
parent f48fe286ad
commit c853df1638
5 changed files with 52 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added 16bit pack and unpack to GTC_packing
- Added 8bit pack and unpack to GTC_packing
- Added missing bvec* && and || operators
- Added uround to GTC_integer, fast round on positive values
##### Improvements:
- Improved GTC_random linearRand documentation