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:
parent
9c6f8cc29b
commit
eb2c0c72bf
7 changed files with 195 additions and 8 deletions
|
|
@ -331,6 +331,8 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"spv.precise.tese",
|
||||
"spv.precise.tesc",
|
||||
"spv.xfb.vert",
|
||||
"spv.xfb2.vert",
|
||||
"spv.xfb3.vert",
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue