ci skip; start of update to zig 0.16
Build / build (push) Has been skipped
Test / build_and_test (push) Has been skipped

This commit is contained in:
2026-04-16 22:15:07 +02:00
parent ee0ffbe09d
commit 5be875c07e
15 changed files with 243 additions and 105 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ pub fn blitImage(interface: *Interface, src: *base.Image, _: vk.ImageLayout, dst
pub fn execute(impl: *const Impl, device: *ExecutionDevice) VkError!void {
for (impl.regions[0..]) |region| {
try device.blitter.blitRegion(impl.src, impl.dst, region);
try device.blitter.blitRegion(impl.src, impl.dst, region, impl.filter);
}
}
};