mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed Clang build
This commit is contained in:
parent
3b938d55b9
commit
d97e4c2483
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
#define GLM_FORCE_ALIGNED_GENTYPES
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include <glm/glm.hpp>
|
||||
/*
|
||||
#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE
|
||||
|
||||
#include <glm/gtx/common.hpp>
|
||||
#include <glm/gtc/integer.hpp>
|
||||
#include <glm/gtc/epsilon.hpp>
|
||||
#include <glm/gtc/type_aligned.hpp>
|
||||
#include <glm/ext/vector_relational.hpp>
|
||||
#include <glm/glm.hpp>
|
||||
/*
|
||||
#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue