Update to zig 0.16.0, update deps, Vulkan validation fixes
This commit is contained in:
@@ -85,6 +85,9 @@ pub fn init(engine: *Engine) !Swapchain {
|
||||
.color_attachment_write_bit = true,
|
||||
.depth_stencil_attachment_write_bit = true,
|
||||
},
|
||||
.dependency_flags = .{
|
||||
.by_region_bit = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user