GLSL 4.6: Implement draw parameters.

This commit is contained in:
John Kessenich 2017-07-23 23:11:41 -06:00
parent 0d0c6d38f0
commit 941f3bbd7a
6 changed files with 80 additions and 12 deletions

View file

@ -361,6 +361,7 @@ INSTANTIATE_TEST_CASE_P(
Glsl, CompileOpenGLToSpirvTest,
::testing::ValuesIn(std::vector<std::string>({
"spv.460.frag",
"spv.460.vert",
"spv.atomic.comp",
"spv.glFragColor.frag",
"spv.specConst.vert",