Swizzle operators are disabled again by default... :/

This commit is contained in:
Christophe Riccio
2013-09-15 20:44:33 +02:00
parent 1d9e6dc95c
commit b72ce6addc
7 changed files with 59 additions and 108 deletions

View File

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

View File

@@ -7,6 +7,7 @@
// File : test/core/type_vec3.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#define GLM_SWIZZLE
#include <glm/glm.hpp>
#include <cstdio>
#include <vector>