Fixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
This commit is contained in:
parent
979319b9b1
commit
7662557d2a
@ -2719,7 +2719,7 @@ void Parameterize()
|
||||
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandScope, "'Execution'");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "X");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandLiteralNumber, "'Direction'");
|
||||
InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "'Direction'");
|
||||
|
||||
InstructionDesc[OpSubgroupBallotKHR].operands.push(OperandId, "'Predicate'");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user