- Added error for including of different versions of GLM #619 - Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619

This commit is contained in:
Christophe Riccio
2017-06-04 11:36:13 +02:00
parent 83602bdea4
commit a9a832e187
32 changed files with 87 additions and 21 deletions

View File

@@ -69,6 +69,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Optimized GTX_matrix_interpolation axisAngle function
- Added FAQ 12: Windows headers cause build errors... #557
- Removed GCC shadow warnings #595
- Added error for including of different versions of GLM #619
- Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619
#### Fixes:
- Removed doxygen references to GTC_half_float which was removed in 0.9.4