Modify shader ballot extension by adding OpSubgroupReadInvocationKHR

This commit is contained in:
chaoc
2016-12-20 12:44:35 -08:00
parent 0ad6a4e60d
commit f200da8631
4 changed files with 280 additions and 270 deletions

View File

@@ -905,6 +905,7 @@ enum Op {
OpImageSparseRead = 320,
OpSubgroupBallotKHR = 4421,
OpSubgroupFirstInvocationKHR = 4422,
OpSubgroupReadInvocationKHR = 4432,
OpMax = 0x7fffffff,
};