Skip to content

Vulkan helpers: Depth-Stencil and Possibly Other Attachments #9285

@kyamant

Description

@kyamant

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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions