mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
gni
This commit is contained in:
parent
08dfb0d030
commit
55f22ef736
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,7 @@ namespace detail
|
|||
struct storage<3, unsigned int, true> : public storage<4, unsigned int, true>
|
||||
{};
|
||||
|
||||
# if GLM_HAS_ALIGNOF
|
||||
template<>
|
||||
struct storage<3, double, true>
|
||||
{
|
||||
|
@ -247,6 +248,7 @@ namespace detail
|
|||
double data[4];
|
||||
} type;
|
||||
};
|
||||
# endif//GLM_HAS_ALIGNOF
|
||||
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue