Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 54106021 by Giovanni Mascellani at 2025-04-30T16:58:31+02:00 vkd3d-shader/dxil: Create vsir registers from DXIL handles when needed.
The idea is that sm6_value and related structures should not commit to a specific vsir register representation yet, because at the time they are created some information might be still unavailable. For instance, it might be not yet known whether the program is using native 16-bit types or minimum precision types. vsir registers should only be synthesized during instruction emission.
Field "reg" in struct sm6_value will be handled in a later commit.
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/541060215e338a419a5a6fe6ae156f...