mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 06:06:35 +00:00
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;
|
struct GLFWwindow;
|
||||||
|
|
||||||
|
#include <vulkan/vulkan.h>
|
||||||
|
|
||||||
#define IMGUI_VK_QUEUED_FRAMES 2
|
#define IMGUI_VK_QUEUED_FRAMES 2
|
||||||
|
|
||||||
struct ImGui_ImplGlfwVulkan_Init_Data
|
struct ImGui_ImplGlfwVulkan_Init_Data
|
||||||
|
Loading…
Reference in New Issue
Block a user