1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Examples: Add Win32+Vulkan example, amends. (#8180)

This commit is contained in:
ocornut 2025-01-06 17:43:52 +01:00
parent 38e606a153
commit 93a93071a2
7 changed files with 46 additions and 86 deletions

View file

@ -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)