Only apply volatile semantics to atomics when using Vulkan Memory Model
authorJeff Bolz <jbolz@nvidia.com>
Thu, 17 Oct 2019 16:22:57 +0000 (11:22 -0500)
committerJeff Bolz <jbolz@nvidia.com>
Thu, 17 Oct 2019 16:22:57 +0000 (11:22 -0500)
commit016ddee83a5418aaacb5c397d044438d4781bb46
treee7a77752c4447b4fab47b1971d17b128154e0504
parenta959deb00750826fb087171d663947df550a3339
Only apply volatile semantics to atomics when using Vulkan Memory Model
SPIRV/GlslangToSpv.cpp
Test/baseResults/spv.volatileAtomic.comp.out [new file with mode: 0644]
Test/spv.volatileAtomic.comp [new file with mode: 0644]
gtests/Spv.FromFile.cpp