Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 5e52ccbf by Nikolay Sivov at 2024-10-01T17:27:12+02:00 vkd3d-shader/hlsl: Move default values indexing fixup to the tpf writer stage.
The primary goal here is to move compilation profile type and version check outside of a parsing stage. Default values for parameters were never subjected to this fixup, and it does look tpf-specific, so moving it where it belongs.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl.y - libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/5e52ccbf3dd98229e493775cafa049...