mirror of https://github.com/ocornut/imgui
Examples: Vulkan: Fix (something changed in GLFW not including vulkan.h, was unwillingly relying on that)
This commit is contained in:
parent
d17d21da1b
commit
2493f609ef
|
@ -10,6 +10,8 @@
|
|||
|
||||
struct GLFWwindow;
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define IMGUI_VK_QUEUED_FRAMES 2
|
||||
|
||||
struct ImGui_ImplGlfwVulkan_Init_Data
|
||||
|
|
Loading…
Reference in New Issue