#Whole vulkan app in imgui window

6 messages · Page 1 of 1 (latest)

fierce parrot
#

Not just one image,but whole app.I can create samplers for all image views and then pass it to imgui_implvulkan_addtexture->Imgui::Image, but I don' think it's the right way(this already gives me some errors).Maybe I need the whole new renderpass/image views?Any working example/repository would be great

fierce parrot
#

I want to achieve something like this

keen wing
#

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

fierce parrot
fierce parrot