From c01db43cff55e95dbad7e922fc8260c7c9f18b59 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 7 Jan 2026 21:35:39 +0100 Subject: [PATCH] fixing compilation --- src/Result.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Result.zig b/src/Result.zig index 627f0f8..1185f20 100644 --- a/src/Result.zig +++ b/src/Result.zig @@ -202,7 +202,7 @@ pub fn initConstantValue(self: *Self, results: []const Self, target: SpvWord) Ru if (resolved.variant) |variant| { switch (variant) { .Type => |t| switch (t) { - .Structure => |s| + //.Structure => |s| else => return RuntimeError.InvalidSpirV, }, else => return RuntimeError.InvalidSpirV,