[Git][wine/vkd3d][master] vkd3d-shader/ir: Remove vForkInstanceId and vJoinInstanceId declarations in...
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 872a96e5 by Henri Verbeet at 2025-02-19T10:44:18+01:00 vkd3d-shader/ir: Remove vForkInstanceId and vJoinInstanceId declarations in vsir_program_flatten_hull_shader_phases(). Commit 4717775abbf4384480fb2069c585c46225f35d5c removed the code turning the corresponding DCL_INPUT instructions into NOPs, presumably because vsir_program_remove_io_decls() now already removes them. That function only removes the instructions though, not the declarations as such; we now need to remove these from the "io_dcls" bitmap instead. - - - - - 1 changed file: - libs/vkd3d-shader/ir.c View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/872a96e5995287ddc1e9cd7f50c9b6... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/872a96e5995287ddc1e9cd7f50c9b6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)