Fixed alignment on Visual C++

This commit is contained in:
Christophe Riccio
2014-11-23 13:20:14 +01:00
parent 5d95353dd0
commit 9b96b31f0e
3 changed files with 18 additions and 29 deletions

View File

@@ -9,10 +9,6 @@
#include <glm/gtc/type_aligned.hpp>
#define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name
GLM_ALIGNED_TYPEDEF(glm::lowp_vec4, aligned_lowp_vec4, 16);
int test_decl()
{