Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2
This commit is contained in:
commit
baa9fa5df7
10 changed files with 155 additions and 2 deletions
|
|
@ -287,6 +287,10 @@ enum TOperator {
|
|||
EOpReadInvocation,
|
||||
EOpReadFirstInvocation,
|
||||
|
||||
EOpAnyInvocation,
|
||||
EOpAllInvocations,
|
||||
EOpAllInvocationsEqual,
|
||||
|
||||
EOpAtomicAdd,
|
||||
EOpAtomicMin,
|
||||
EOpAtomicMax,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue