From e8a78c3998139feb8df2b5478e272cdeadb2dead Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 10 Mar 2011 00:45:28 +0000 Subject: [PATCH] Comment old precision API --- glm/core/setup.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 8b335788..f411ddc0 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -403,7 +403,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Precision - +/* #define GLM_PRECISION_NONE 0x00000000 #define GLM_PRECISION_LOWP_FLOAT 0x00000011 @@ -417,5 +417,5 @@ #define GLM_PRECISION_LOWP_UINT 0x00110000 #define GLM_PRECISION_MEDIUMP_UINT 0x00120000 #define GLM_PRECISION_HIGHP_UINT 0x00130000 - +*/ #endif//glm_setup