GLSL: XFB: more support for built-in block redeclarations with XFB.

- correct inheritence (or not) of the right XFB buffer
- compute implicit stride (fixes #1212)
- semantic check block-member redeclarations
- inherit stride from a member
This commit is contained in:
John Kessenich
2018-01-09 17:25:46 -07:00
parent 9c6f8cc29b
commit eb2c0c72bf
7 changed files with 195 additions and 8 deletions

View File

@@ -331,6 +331,8 @@ INSTANTIATE_TEST_CASE_P(
"spv.precise.tese",
"spv.precise.tesc",
"spv.xfb.vert",
"spv.xfb2.vert",
"spv.xfb3.vert",
})),
FileNameAsCustomTestSuffix
);