mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Examples: Vulkan: Fix (something changed in GLFW not including vulkan.h, was unwillingly relying on that)
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
|
||||
struct GLFWwindow;
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define IMGUI_VK_QUEUED_FRAMES 2
|
||||
|
||||
struct ImGui_ImplGlfwVulkan_Init_Data
|
||||
|
Reference in New Issue
Block a user