Examples: Vulkan: Fix (something changed in GLFW not including vulkan.h, was unwillingly relying on that)

This commit is contained in:
omar 2018-02-06 20:57:33 +01:00
parent d17d21da1b
commit 2493f609ef
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
struct GLFWwindow;
#include <vulkan/vulkan.h>
#define IMGUI_VK_QUEUED_FRAMES 2
struct ImGui_ImplGlfwVulkan_Init_Data