Skip to content
Snippets Groups Projects
Commit cdf7a478 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#92][Fix] fix MSVC compile error caused by glm gtx experimental

parent 87a0b5b2
No related branches found
No related tags found
1 merge request!75Resolve "RTX-Module"
Pipeline #26327 passed
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <vkcv/camera/Camera.hpp> #include <vkcv/camera/Camera.hpp>
#include <glm/glm.hpp> #include <glm/glm.hpp>
#define GLM_ENABLE_EXPERIMENTAL // use this before inclusion, else error!
#include <glm/gtx/transform.hpp> #include <glm/gtx/transform.hpp>
struct LightInfo { struct LightInfo {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment