mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
added: missing value_type typedef
This commit is contained in:
parent
37e5868200
commit
9ecc30c5dd
@ -56,6 +56,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
enum ctor{null};
|
enum ctor{null};
|
||||||
|
|
||||||
|
typedef T value_type;
|
||||||
typedef tvec4<bool, P> bool_type;
|
typedef tvec4<bool, P> bool_type;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user