-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Open
Description
Version/Branch of Dear ImGui:
Version 1.92.6, Branch: docking
Back-ends:
imgui_impl_Vulkan.cpp + imgui_impl_win32.cpp
Compiler, OS:
Windows 11 + MSVC 2022
Full config/build information:
No response
Details:
The ImGui_ImplVulkanH_CreateWindowSwapChain() function in imgui_impl_vulkan.cpp is responsible for creating the Framebuffers and the Renderpass (thus subpass information).
This is too restrictive.
The application may use several subpasses as well as additional attachments.
Is it acceptable to modify or substitute ImGui_ImplVulkanH_CreateWindowSwapChain() ?
What would be the best practice?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
Reactions are currently unavailable