SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation.
This commit is contained in:
parent
c72e5937dd
commit
838d7afc61
5 changed files with 46 additions and 37 deletions
|
|
@ -722,7 +722,8 @@ enum TOperator {
|
|||
EOpInterlockedOr, // ...
|
||||
EOpInterlockedXor, // ...
|
||||
EOpAllMemoryBarrierWithGroupSync, // memory barriers without non-hlsl AST equivalents
|
||||
EOpGroupMemoryBarrierWithGroupSync, // ...
|
||||
EOpDeviceMemoryBarrier, // ...
|
||||
EOpDeviceMemoryBarrierWithGroupSync, // ...
|
||||
EOpWorkgroupMemoryBarrier, // ...
|
||||
EOpWorkgroupMemoryBarrierWithGroupSync, // ...
|
||||
EOpEvaluateAttributeSnapped, // InterpolateAtOffset with int position on 16x16 grid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue