test vulkan instance creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user