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:
John Kessenich
2016-05-29 18:24:31 -06:00
parent 5a7f0eff69
commit 0f5e3ad23c
6 changed files with 70 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ INSTANTIATE_TEST_CASE_P(
"110scope.vert",
"300scope.vert",
"400.frag",
"420.comp",
"420.frag",
"420.vert",
"420.geom",