mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Added missing extensions & clean up
This commit is contained in:
commit
de7e227bf0
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@
|
|||
#include "./gtx/verbose_operator.hpp"
|
||||
#include "./gtx/wrap.hpp"
|
||||
|
||||
#if(GLM_ARCH & GLM_ARCH_SSE2)
|
||||
# include "./gtx/simd_vec4.hpp"
|
||||
# include "./gtx/simd_mat4.hpp"
|
||||
#endif
|
||||
|
||||
#include "./virtrev/xstream.hpp"
|
||||
|
||||
//const float goldenRatio = 1.618033988749894848f;
|
||||
|
|
Loading…
Add table
Reference in a new issue