Fix issue #313: Catch internal attempts to modify built-in symbols that don't exist.
Also beefed up support for running compute shaders is #version 420, but this work is only partially done.
This commit is contained in:
parent
5a7f0eff69
commit
0f5e3ad23c
6 changed files with 70 additions and 7 deletions
|
|
@ -113,6 +113,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"110scope.vert",
|
||||
"300scope.vert",
|
||||
"400.frag",
|
||||
"420.comp",
|
||||
"420.frag",
|
||||
"420.vert",
|
||||
"420.geom",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue