Merge pull request #1813 from jeffbolznv/compositeconstruct

Handle SPIR-V type mismatch when constructing a composite
This commit is contained in:
John Kessenich 2019-07-28 23:20:26 -06:00 committed by GitHub
commit 7fc8683491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 213 additions and 1 deletions

View file

@ -296,6 +296,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.builtInXFB.vert",
"spv.conditionalDemote.frag",
"spv.conditionalDiscard.frag",
"spv.constructComposite.comp",
"spv.constStruct.vert",
"spv.constConstruct.vert",
"spv.controlFlowAttributes.frag",
@ -484,6 +485,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.1.4.image.frag",
"spv.1.4.sparseTexture.frag",
"spv.1.4.texture.frag",
"spv.1.4.constructComposite.comp",
})),
FileNameAsCustomTestSuffix
);