Skip to content

Commit eb21738

Browse files
committed
ci: fixed VMA header not loading
1 parent a2987a3 commit eb21738

File tree

1 file changed

+4
-0
lines changed
  • src/lepus/gfx/GraphicsEngine/Apis

1 file changed

+4
-0
lines changed

src/lepus/gfx/GraphicsEngine/Apis/ApiVk.h

+4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
#define VK_USE_PLATFORM_WIN32_KHR
77
#include <VkBootstrap.h>
8+
#ifndef WIN32
9+
#include "vk_mem_alloc.h"
10+
#else
811
#include <vma/vk_mem_alloc.h>
12+
#endif
913

1014
#include "lepus/system/Windowing/GLFW.h"
1115

0 commit comments

Comments
 (0)