Fix intrinsics test

This commit is contained in:
christophe 2025-01-22 00:36:32 +01:00
parent 08a6421adb
commit 97995f4713

View file

@ -1,4 +1,6 @@
#define GLM_FORCE_INTRINSICS
#ifndef GLM_FORCE_INTRINSICS
# define GLM_FORCE_INTRINSICS
#endif//GLM_FORCE_INTRINSICS
#define GLM_FORCE_SWIZZLE
#include <glm/ext/scalar_constants.hpp>
#include <glm/ext/vector_relational.hpp>