xo-imgui: refactor: separate VulkanApp TU for ex4a
This commit is contained in:
parent
e3b1a69eb5
commit
adb4faf58e
4 changed files with 703 additions and 688 deletions
14
xo-imgui/example/ex4a/VulkanApp.cpp
Normal file
14
xo-imgui/example/ex4a/VulkanApp.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* VulkanApp.cpp */
|
||||
|
||||
#include "VulkanApp.hpp"
|
||||
|
||||
void MinimalImGuiVulkan::run()
|
||||
{
|
||||
this->initWindow();
|
||||
this->initVulkan();
|
||||
this->initImGui();
|
||||
this->mainLoop();
|
||||
this->cleanup();
|
||||
}
|
||||
|
||||
/* end VulkanApp.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue