Skip to content

Commit

Permalink
VK: Make compilation work with glslang 14.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Mar 3, 2024
1 parent 93aba6a commit 2c5cc59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/vkrender.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include "vk.h"
#ifdef HAVE_VULKAN
#include <vma_cxx.h>

#include <glslang/Public/ShaderLang.h>
#include <glslang/SPIRV/GlslangToSpv.h>
#include <GLFW/glfw3.h>
#endif
Expand Down

0 comments on commit 2c5cc59

Please sign in to comment.