Add ModelLoader (not tested) add TheChef for cooking

This commit is contained in:
2026-01-13 17:25:18 +01:00
parent 0bfc5e0705
commit 87dcbb50ec
8 changed files with 447 additions and 16 deletions

View File

@@ -146,6 +146,7 @@ void App::run() {
std::chrono::duration<float>(dt)
);
std::this_thread::sleep_until(targetEnd);
}
}
gfxDevice.waitIdle();