Complete all Vulkan wrappers. Maybe worth it.

This commit is contained in:
2025-12-05 22:07:06 +01:00
parent a372bcb981
commit 9baf42e838
11 changed files with 410 additions and 302 deletions

View File

@@ -100,7 +100,7 @@ pub fn main() !void {
std.log.debug("Exitted the game loop", .{});
for (swapchain.swapchain_images) |x| engine.waitForFence(x.fence) catch {};
engine.waitForFence(swapchain.fence) catch {};
engine.deviceWaitIdle() catch {};
}