|
|
@ -47,7 +47,7 @@ |
|
|
|
namespace glm{ |
|
|
|
namespace glm{ |
|
|
|
namespace detail |
|
|
|
namespace detail |
|
|
|
{ |
|
|
|
{ |
|
|
|
#if(!GLM_SUPPORT_SWIZZLE_OPERATOR()) |
|
|
|
#if(!GLM_SUPPORT_ANONYMOUS_UNION_OF_STRUCTURE()) |
|
|
|
template <> |
|
|
|
template <> |
|
|
|
struct tvec2<thalf> |
|
|
|
struct tvec2<thalf> |
|
|
|
{ |
|
|
|
{ |
|
|
@ -345,7 +345,7 @@ namespace detail |
|
|
|
tvec4<thalf> swizzle(comp X, comp Y, comp Z, comp W) const; |
|
|
|
tvec4<thalf> swizzle(comp X, comp Y, comp Z, comp W) const; |
|
|
|
tref4<thalf> swizzle(comp X, comp Y, comp Z, comp W); |
|
|
|
tref4<thalf> swizzle(comp X, comp Y, comp Z, comp W); |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif//(!GLM_SUPPORT_SWIZZLE_OPERATOR())
|
|
|
|
#endif//(!GLM_SUPPORT_ANONYMOUS_UNION_OF_STRUCTURE())
|
|
|
|
} |
|
|
|
} |
|
|
|
//namespace detail
|
|
|
|
//namespace detail
|
|
|
|
|
|
|
|
|
|
|
|