adding storage image read and writes
Build / build (push) Successful in 1m42s
Test / build (push) Successful in 8m27s

This commit is contained in:
2026-04-29 01:19:48 +02:00
parent cc041c9677
commit 046b1c8f9e
10 changed files with 473 additions and 62 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ pub const case = struct {
var module = try spv.Module.init(allocator, config.source, opt);
defer module.deinit(allocator);
var rt = try spv.Runtime.init(allocator, &module);
var rt = try spv.Runtime.init(allocator, &module, undefined);
defer rt.deinit(allocator);
for (config.inputs, 0..) |input, n| {