mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-18 09:28:36 +00:00
Examples: Add Win32+Vulkan example, amends. (#8180)
This commit is contained in:
@@ -52,7 +52,7 @@ static VkPipelineCache g_PipelineCache = VK_NULL_HANDLE;
|
||||
static VkDescriptorPool g_DescriptorPool = VK_NULL_HANDLE;
|
||||
|
||||
static ImGui_ImplVulkanH_Window g_MainWindowData;
|
||||
static int g_MinImageCount = 2;
|
||||
static uint32_t g_MinImageCount = 2;
|
||||
static bool g_SwapChainRebuild = false;
|
||||
|
||||
static void glfw_error_callback(int error, const char* description)
|
||||
|
||||
Reference in New Issue
Block a user