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

This commit is contained in:
Christophe Riccio 2014-01-06 00:48:10 +01:00
parent ccb25c84c7
commit efdfa577ee

View File

@ -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