Added EXT_vec1: *vec1 types

This commit is contained in:
Christophe Riccio
2017-08-21 10:36:27 +02:00
parent de28722e36
commit d550798ca0
13 changed files with 413 additions and 402 deletions

View File

@@ -1,5 +1,6 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtc/noise.hpp>
#include <glm/gtc/type_precision.hpp>
#include <glm/gtx/raw_data.hpp>
int test_simplex()

View File

@@ -1,3 +1,4 @@
#include <glm/packing.hpp>
#include <glm/gtc/packing.hpp>
#include <glm/gtc/epsilon.hpp>
#include <cstdio>