GLSL: Implement correct semantic checking for run-time sized arrays.

This commit is contained in:
John Kessenich
2018-04-02 14:52:15 -06:00
parent 5a867acad5
commit 6a4a427efe
5 changed files with 601 additions and 2 deletions

View File

@@ -204,6 +204,7 @@ INSTANTIATE_TEST_CASE_P(
"Operations.frag",
"overlongLiteral.frag",
"prepost.frag",
"runtimeArray.vert",
"simpleFunctionCall.frag",
"structAssignment.frag",
"structDeref.frag",