test vulkan instance creation

This commit is contained in:
2026-04-12 00:19:38 -05:00
parent b196c97cf0
commit 6d34dfc58f
6 changed files with 81 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ int App::run() {
utils::debugPrint(__FUNCTION__, __LINE__, "Run app.", utils::DebugLevel::Trace);
engine_->exec();
bool quit = false;
while (!quit) {
// app loop for as long as the window is open