GLSL: Fix #1591: Require the id in subgroupBroadcast to be constant.

This commit is contained in:
John Kessenich
2018-11-21 14:43:18 -07:00
parent d2a7b07a64
commit f2675d4d6c
6 changed files with 399 additions and 369 deletions

1
gtests/Spv.FromFile.cpp Normal file → Executable file
View File

@@ -388,6 +388,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.subgroupArithmetic.comp",
"spv.subgroupBasic.comp",
"spv.subgroupBallot.comp",
"spv.subgroupBallotNeg.comp",
"spv.subgroupClustered.comp",
"spv.subgroupClusteredNeg.comp",
"spv.subgroupPartitioned.comp",