xo-imgui: ex4 refactor [wip]

This commit is contained in:
Roland Conybeare 2025-08-30 14:37:07 -04:00
commit b3ab4d2cf7
3 changed files with 47 additions and 0 deletions

View file

@ -8,6 +8,12 @@
constexpr std::size_t c_max_frames_in_flight = 2;
void
VulkanApp::assign_imgui_draw_frame(ImguiDrawFn fn)
{
this->imgui_draw_frame_ = std::move(fn);
}
void
VulkanApp::run() {
this->init_window();