fixing compilation

This commit is contained in:
2026-01-07 21:35:39 +01:00
parent 52c1f96040
commit c01db43cff

View File

@@ -202,7 +202,7 @@ pub fn initConstantValue(self: *Self, results: []const Self, target: SpvWord) Ru
if (resolved.variant) |variant| { if (resolved.variant) |variant| {
switch (variant) { switch (variant) {
.Type => |t| switch (t) { .Type => |t| switch (t) {
.Structure => |s| //.Structure => |s|
else => return RuntimeError.InvalidSpirV, else => return RuntimeError.InvalidSpirV,
}, },
else => return RuntimeError.InvalidSpirV, else => return RuntimeError.InvalidSpirV,