vkd3d-shader/hlsl: Array parameters and support for a single compatible function overload.
Also, renaming compatible_data_types()
to explicit_compatible_data_types()
since we also have implicit_compatible_data_types()
and expr_compatible_data_types()
.
Merge request reports
Activity
added 14 commits
-
cd0ca9a9...6767b7ab - 8 commits from branch
wine:master
- 2a9b9f75 - vkd3d-shader/hlsl: Rename compatible_data_types() to be more specific.
- 1b951c87 - tests: Add more tests for broadcasts in function call args.
- 9df54851 - tests: Test array parameters on functions.
- d279d348 - vkd3d-shader/hlsl: Parse array types in function parameters.
- f08c0a7c - vkd3d-shader/hlsl: Find compatible function overloads.
- 7f009f59 - vkd3d-shader/hlsl: Add a more specific error for missing compatible fn. definitions.
Toggle commit list-
cd0ca9a9...6767b7ab - 8 commits from branch
Please register or sign in to reply