|
|
@ -117,8 +117,11 @@ |
|
|
|
#include "./gtx/raw_data.hpp" |
|
|
|
#include "./gtx/raw_data.hpp" |
|
|
|
#include "./gtx/rotate_vector.hpp" |
|
|
|
#include "./gtx/rotate_vector.hpp" |
|
|
|
#include "./gtx/spline.hpp" |
|
|
|
#include "./gtx/spline.hpp" |
|
|
|
|
|
|
|
#if GLM_LANG & GLM_LANG_CXX0X_FLAG |
|
|
|
|
|
|
|
# include "./gtx/scalar_multiplication.hpp" |
|
|
|
|
|
|
|
#endif |
|
|
|
#include "./gtx/std_based_type.hpp" |
|
|
|
#include "./gtx/std_based_type.hpp" |
|
|
|
#if(!(GLM_COMPILER & GLM_COMPILER_CUDA)) |
|
|
|
#if !(GLM_COMPILER & GLM_COMPILER_CUDA) |
|
|
|
# include "./gtx/string_cast.hpp" |
|
|
|
# include "./gtx/string_cast.hpp" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#include "./gtx/transform.hpp" |
|
|
|
#include "./gtx/transform.hpp" |
|
|
@ -128,7 +131,7 @@ |
|
|
|
#include "./gtx/vector_query.hpp" |
|
|
|
#include "./gtx/vector_query.hpp" |
|
|
|
#include "./gtx/wrap.hpp" |
|
|
|
#include "./gtx/wrap.hpp" |
|
|
|
|
|
|
|
|
|
|
|
#if(GLM_ARCH & GLM_ARCH_SSE2) |
|
|
|
#if GLM_ARCH & GLM_ARCH_SSE2 |
|
|
|
# include "./gtx/simd_vec4.hpp" |
|
|
|
# include "./gtx/simd_vec4.hpp" |
|
|
|
# include "./gtx/simd_mat4.hpp" |
|
|
|
# include "./gtx/simd_mat4.hpp" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|