Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2022-05-08 09:42:36 -07:00
parent 4dbb926746
commit 557b9743fb
25 changed files with 379 additions and 65 deletions

View File

@@ -528,6 +528,7 @@ bool spvOpcodeIsNonUniformGroupOperation(SpvOp opcode) {
case SpvOpGroupNonUniformLogicalXor:
case SpvOpGroupNonUniformQuadBroadcast:
case SpvOpGroupNonUniformQuadSwap:
case SpvOpGroupNonUniformRotateKHR:
return true;
default:
return false;