Move content of core directory into detail directory. Reduced dependencies to glm.hpp.

This commit is contained in:
Christophe Riccio
2013-12-24 10:41:59 +01:00
parent 0a3b2bf11f
commit 6f7eb97b87
193 changed files with 224 additions and 234 deletions

View File

@@ -7,9 +7,9 @@
// File : test/core/func_packing.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <glm/core/func_packing.hpp>
#include <glm/gtc/type_precision.hpp>
#include <glm/gtc/epsilon.hpp>
#include <glm/packing.hpp>
#include <vector>
int test_packUnorm2x16()