Vertical movement, deinit logs, persistent global uniform transfers

This commit is contained in:
2025-11-27 17:07:22 +01:00
parent b9a804ead6
commit 6069249bf8
11 changed files with 212 additions and 82 deletions

View File

@@ -80,8 +80,13 @@ pub fn main() !void {
t1 = t2;
game.update(dt);
std.Thread.sleep(1 * std.time.ns_per_ms);
}
std.log.debug("Exitted the game loop", .{});
std.posix.abort();
//for (swapchain.swapchain_images) |x| engine.waitForFence(x.fence) catch {};
//engine.device.deviceWaitIdle() catch {};
}
const CallbackContext = struct {