vkd3d-shader/hlsl: Implement struct single inheritance
Required by the domain shader of Witcher 3's HairWorks.
Merge request reports
Activity
- Resolved by Shaun Ren
We'll need to keep base type linked in the main type. Reflection data and fx_5_0 type data provide access to those.
added 1 commit
- f09c8400 - vkd3d-shader/hlsl: Implement struct single inheritance.
added 1 commit
- d2b31b6d - vkd3d-shader/hlsl: Implement struct single inheritance.
What's the "multiple inheritance" todo about? There's a test showing that the comma syntax doesn't work; is there a different syntax that does? More out of curiosity than anything...
The "base" rule seems redundant, can you just put TYPE_IDENTIFIER directly in base_optional?
Looks good otherwise.
What's the "multiple inheritance" todo about?
A class inheriting from multiple abstract interfaces should be supported, but since we have no classes or interfaces at the moment, I've just left a TODO there for now.
The "base" rule seems redundant, can you just put TYPE_IDENTIFIER directly in base_optional?
Done.
- Resolved by Shaun Ren
Oh, actually, one other thing: we have a check that we have to descend from a struct, it'd be nice to have at least one test for that, for the sake of coverage.
added 1 commit
- 4c79c9e2 - vkd3d-shader/hlsl: Implement struct single inheritance.
added 104 commits
-
4b392820...7eee877d - 102 commits from branch
wine:master
- 013e354b - tests: Test struct single inheritance.
- 069b8aac - vkd3d-shader/hlsl: Implement struct single inheritance.
-
4b392820...7eee877d - 102 commits from branch