Skip to content

Commit

Permalink
Merge pull request KhronosGroup#2582 from JustSid/master
Browse files Browse the repository at this point in the history
Fixed OpGroupNonUniformQuadBroadcast Direction operand being marked as a literal
  • Loading branch information
greg-lunarg authored Mar 22, 2021
2 parents 847a19c + 7662557 commit 6848167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIRV/doc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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'");

Expand Down

0 comments on commit 6848167

Please sign in to comment.