adding storage image read and writes
Build / build (push) Successful in 2m49s
Test / build_and_test (push) Successful in 28m36s

This commit is contained in:
2026-04-29 01:20:58 +02:00
parent e1ed409894
commit 0ea7281eff
7 changed files with 158 additions and 21 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ const VkError = base.VkError;
pub const SoftImage = @import("../SoftImage.zig");
pub const SoftImageView = @import("../SoftImageView.zig");
const F32x4 = zm.F32x4;
const U32x4 = @Vector(4, u32);
pub const F32x4 = zm.F32x4;
pub const U32x4 = @Vector(4, u32);
const State = struct {
src_format: vk.Format,