Browse Source

defaultp is an enum, alias of highp (#150)

Christophe Riccio 12 years ago
parent
commit
efdfa577ee
1 changed files with 2 additions and 3 deletions
  1. 2 3
      glm/detail/precision.hpp

+ 2 - 3
glm/detail/precision.hpp

@@ -35,10 +35,9 @@ namespace glm
 	{
 	{
 		highp,
 		highp,
 		mediump,
 		mediump,
-		lowp
+		lowp,
+		defaultp = highp
 	};
 	};
 }//namespace glm
 }//namespace glm
 
 
-#define defaultp		highp
-
 #endif//GLM_CORE_PRECISION_INCLUDED
 #endif//GLM_CORE_PRECISION_INCLUDED