Restore MS version of hvec*
This commit is contained in:
@@ -67,9 +67,9 @@ namespace detail
|
|||||||
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
struct{value_type x, y;};
|
|
||||||
struct{value_type r, g;};
|
struct{value_type r, g;};
|
||||||
struct{value_type s, t;};
|
struct{value_type s, t;};
|
||||||
|
struct{value_type x, y;};
|
||||||
};
|
};
|
||||||
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
||||||
union {value_type x, r, s;};
|
union {value_type x, r, s;};
|
||||||
|
|||||||
@@ -67,9 +67,9 @@ namespace detail
|
|||||||
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
struct{value_type x, y, z;};
|
|
||||||
struct{value_type r, g, b;};
|
struct{value_type r, g, b;};
|
||||||
struct{value_type s, t, p;};
|
struct{value_type s, t, p;};
|
||||||
|
struct{value_type x, y, z;};
|
||||||
};
|
};
|
||||||
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
||||||
union {value_type x, r, s;};
|
union {value_type x, r, s;};
|
||||||
|
|||||||
@@ -67,9 +67,9 @@ namespace detail
|
|||||||
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
# elif(GLM_COMPONENT == GLM_COMPONENT_MS_EXT)
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
struct{value_type x, y, z, w;};
|
|
||||||
struct{value_type r, g, b, a;};
|
struct{value_type r, g, b, a;};
|
||||||
struct{value_type s, t, p, q;};
|
struct{value_type s, t, p, q;};
|
||||||
|
struct{value_type x, y, z, w;};
|
||||||
};
|
};
|
||||||
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
# else//(GLM_COMPONENT == GLM_COMPONENT_GLSL_NAMES)
|
||||||
union {value_type x, r, s;};
|
union {value_type x, r, s;};
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
namespace glm{
|
namespace glm{
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
#if 1 //ndef _MSC_EXTENSIONS
|
#ifndef _MSC_EXTENSIONS
|
||||||
template <>
|
template <>
|
||||||
struct tvec2<thalf>
|
struct tvec2<thalf>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
namespace glm{
|
namespace glm{
|
||||||
namespace detail{
|
namespace detail{
|
||||||
|
|
||||||
#if 1 //ndef _MSC_EXTENSIONS
|
#ifndef _MSC_EXTENSIONS
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// hvec2
|
// hvec2
|
||||||
|
|||||||
Reference in New Issue
Block a user