Optimized noise functions

This commit is contained in:
Christophe Riccio
2016-11-20 23:27:08 +01:00
parent 1bdc671a0d
commit 969394a5eb
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added lowp variant of GTC_colorspace convertLinearToSRGB #419
- Replaced the manual by a markdown version #458
- Optimized GTC_packing implementation
- Optimized noise functions
- Added FAQ 12: Windows headers cause build errors... #557
#### Fixes: