소스 검색

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

Christophe Riccio 12 년 전
부모
커밋
efdfa577ee
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      glm/detail/precision.hpp

+ 2 - 3
glm/detail/precision.hpp

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