Enabled swizzle operator by default, removed GLM_SWIZZLE and add GLM_SWIZZLE_RELAX for Visual C++ lang extension implementation.

This commit is contained in:
Christophe Riccio
2013-09-15 17:55:05 +02:00
parent 5d66caa7da
commit 1d9e6dc95c
8 changed files with 82 additions and 96 deletions

View File

@@ -8,7 +8,6 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
#define GLM_MESSAGES
#define GLM_SWIZZLE
#include <glm/glm.hpp>
int test_ivec2_swizzle()