mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Added missing extensions & clean up
This commit is contained in:
commit
de7e227bf0
@ -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…
Reference in New Issue
Block a user