Promoted GTX_epsilon, GTX_ulp, fixed build, removed deprecation warning at build time

This commit is contained in:
Christophe Riccio
2012-04-07 02:30:26 +01:00
parent b2f0f4d3f9
commit 6a4677c30e
23 changed files with 344 additions and 428 deletions

View File

@@ -8,8 +8,8 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/glm.hpp>
#include <glm/gtc/epsilon.hpp>
#include <glm/gtx/integer.hpp>
#include <glm/gtx/epsilon.hpp>
#include <cstdio>
int test_floor_log2()