#Whole vulkan app in imgui window
6 messages · Page 1 of 1 (latest)
I want to achieve something like this
you cannot render the whole app in imgui cuz your app includes imgui
you have to render everything (except imgui) into one image and then pass that to imgui
Im bad at explaining some things,yeah,meant that)
So I need new framebuffers/renderpass/image views for this window?