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

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent ccb25c84c7
commit efdfa577ee
  1. 5
      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

Loading…
Cancel
Save