Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854)

This commit is contained in:
Martin Ejdestig
2024-06-24 13:09:00 -07:00
committed by ocornut
parent aab27130a6
commit a18fb406ac
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
// Vulkan includes
#ifdef IMGUI_IMPL_VULKAN_USE_VOLK
#include <Volk/volk.h>
#include <volk.h>
#else
#include <vulkan/vulkan.h>
#endif