1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

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

This commit is contained in:
Martin Ejdestig 2024-06-22 13:54:21 +02:00 committed by ocornut
parent aab27130a6
commit a18fb406ac
4 changed files with 6 additions and 4 deletions

View file

@ -24,7 +24,7 @@
// Volk headers
#ifdef IMGUI_IMPL_VULKAN_USE_VOLK
#define VOLK_IMPLEMENTATION
#include <Volk/volk.h>
#include <volk.h>
#endif
//#define APP_USE_UNLIMITED_FRAME_RATE