Merge pull request #2609 from ZhiqianXia/Feature2

TextureOffset not support sampler2DArrayShadow sampler until 430.
This commit is contained in:
Greg Fischer
2021-04-19 12:03:05 -06:00
committed by GitHub
5 changed files with 86 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ INSTANTIATE_TEST_SUITE_P(
"terminate.frag",
"terminate.vert",
"negativeWorkGroupSize.comp",
"textureoffset_sampler2darrayshadow.vert",
})),
FileNameAsCustomTestSuffix
);