Test for spv1.6 + memory model HelperInvocation
This should generate a Volatile tag on the access, not on the variable itself.
This commit is contained in:
parent
d570b2b05b
commit
5c352476c7
3 changed files with 65 additions and 0 deletions
|
|
@ -660,6 +660,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
::testing::ValuesIn(std::vector<std::string>({
|
||||
"spv.1.6.conditionalDiscard.frag",
|
||||
"spv.1.6.helperInvocation.frag",
|
||||
"spv.1.6.helperInvocation.memmodel.frag",
|
||||
"spv.1.6.specConstant.comp",
|
||||
"spv.1.6.samplerBuffer.frag",
|
||||
"spv.1.6.separate.frag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue