From efdfa577ee10924ddd6f99c5e4029e6a2db3dbfa Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 6 Jan 2014 00:48:10 +0100 Subject: [PATCH] defaultp is an enum, alias of highp (#150) --- glm/detail/precision.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/glm/detail/precision.hpp b/glm/detail/precision.hpp index 05220905..983fc8ee 100644 --- a/glm/detail/precision.hpp +++ b/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