mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
defaultp is an enum, alias of highp (#150)
This commit is contained in:
parent
ccb25c84c7
commit
efdfa577ee
@ -35,10 +35,9 @@ namespace glm
|
||||
{
|
||||
highp,
|
||||
mediump,
|
||||
lowp
|
||||
lowp,
|
||||
defaultp = highp
|
||||
};
|
||||
}//namespace glm
|
||||
|
||||
#define defaultp highp
|
||||
|
||||
#endif//GLM_CORE_PRECISION_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user