mirror of
https://github.com/g-truc/glm.git
synced 2024-11-27 02:34:35 +00:00
Fixed mising glm::precision
This commit is contained in:
parent
798ab30b9d
commit
d53cd73a0e
@ -33,6 +33,8 @@ namespace glm
|
|||||||
# endif
|
# endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef qualifier precision;
|
||||||
|
|
||||||
template<length_t L, typename T, qualifier Q = defaultp> struct vec;
|
template<length_t L, typename T, qualifier Q = defaultp> struct vec;
|
||||||
template<length_t C, length_t R, typename T, qualifier Q = defaultp> struct mat;
|
template<length_t C, length_t R, typename T, qualifier Q = defaultp> struct mat;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user