Added pure test
This commit is contained in:
@@ -0,0 +1 @@
|
||||
glmCreateTestGTC(ms_vec2)
|
||||
14
test/bug/ms_vec2.cpp
Normal file
14
test/bug/ms_vec2.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#define GLM_FORCE_SWIZZLE
|
||||
#include <glm/vec2.hpp>
|
||||
|
||||
struct Foo
|
||||
{
|
||||
static glm::vec2 Bar;
|
||||
};
|
||||
|
||||
glm::vec2 Foo::Bar = glm::vec2(1.f, 1.f);
|
||||
|
||||
int main()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user