yes
Build / build (push) Successful in 1m33s
Test / build (push) Successful in 7m17s

This commit is contained in:
2026-04-12 22:34:05 +02:00
parent b051c71f02
commit 9f586ae9c0
3 changed files with 26 additions and 5 deletions
+1
View File
@@ -2375,6 +2375,7 @@ fn opTypeFunction(allocator: std.mem.Allocator, word_count: SpvWord, rt: *Runtim
fn opTypeImage(_: std.mem.Allocator, word_count: SpvWord, rt: *Runtime) RuntimeError!void {
const id = try rt.it.next();
_ = rt.it.skip(); // TODO: sampled type management
rt.results[id].variant = .{
.Type = .{
.Image = .{