mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 13:35:03 +00:00
Fixed mising glm::precision
This commit is contained in:
parent
798ab30b9d
commit
d53cd73a0e
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ namespace glm
|
|||
# endif
|
||||
};
|
||||
|
||||
typedef qualifier precision;
|
||||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue