Added iround and uround to GTC_integer, fast round on positive values

This commit is contained in:
Christophe Riccio
2016-03-10 21:53:08 +01:00
parent 52d05aee76
commit 86c58b8b8b
4 changed files with 51 additions and 2 deletions

View File

@@ -61,7 +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
- Added iround and uround to GTC_integer, fast round on positive values
##### Improvements:
- Improved GTC_random linearRand documentation