Complete all Vulkan wrappers. Maybe worth it.
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user