mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix intrinsics test
This commit is contained in:
parent
08a6421adb
commit
97995f4713
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue