fixing compilation
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user