SPV: Memory model: Reduce set of memory-semantic bits requested for "all".
This commit is contained in:
parent
838d7afc61
commit
2505057af8
4 changed files with 3 additions and 5 deletions
|
|
@ -75,9 +75,7 @@ const Decoration NoPrecision = DecorationMax;
|
|||
POTENTIALLY_UNUSED
|
||||
const MemorySemanticsMask MemorySemanticsAllMemory =
|
||||
(MemorySemanticsMask)(MemorySemanticsUniformMemoryMask |
|
||||
MemorySemanticsSubgroupMemoryMask |
|
||||
MemorySemanticsWorkgroupMemoryMask |
|
||||
MemorySemanticsCrossWorkgroupMemoryMask |
|
||||
MemorySemanticsAtomicCounterMemoryMask |
|
||||
MemorySemanticsImageMemoryMask);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue