SPV: Turn on atomic-storage functionality for SPIR-V.
This is used by OpenGL, but not Vulkan. Includes: - atomicCounter, atomicIncrement, atomicCounterDecrement - atomic_uint layout-offset checking - AtomicStorage capability
This commit is contained in:
parent
5e69ec683d
commit
2d0cc786f3
6 changed files with 152 additions and 203 deletions
|
|
@ -186,7 +186,6 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"whileLoop.frag",
|
||||
"nonVulkan.frag",
|
||||
"negativeArraySize.comp",
|
||||
"spv.atomic.comp",
|
||||
"precise.tesc",
|
||||
"precise_struct_block.vert",
|
||||
"maxClipDistances.vert",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue