Emit Int64Atomics for imageAtomicStore

This covers a corner case wherein imageAtomicStore is used exclusively.
The proxy type for imageAtomicStore is inferred from the image type.

Fix #2975.
This commit is contained in:
Jeremy Hayes
2022-07-14 11:44:52 -06:00
parent 68c1880c09
commit 8bdc3d4d31
4 changed files with 74 additions and 1 deletions

View File

@@ -444,6 +444,7 @@ INSTANTIATE_TEST_SUITE_P(
"spv.textureBuffer.vert",
"spv.image.frag",
"spv.imageAtomic64.frag",
"spv.imageAtomic64.comp",
"spv.types.frag",
"spv.uint.frag",
"spv.uniformArray.frag",