Require fixed workgroup size declaration

Fix 2479.
This commit is contained in:
Jeremy Hayes
2021-02-22 18:21:25 -07:00
parent 9801a9e42a
commit 1c62806468
5 changed files with 99 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ INSTANTIATE_TEST_SUITE_P(
"glsl.es320.subgroupVote.comp",
"terminate.frag",
"terminate.vert",
"negativeWorkGroupSize.comp",
})),
FileNameAsCustomTestSuffix
);