Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 9c6f8c8b by Henri Verbeet at 2025-10-29T13:27:33+01:00 vkd3d-shader/dxil: Only add declared ICBs to the vsir program.
The input DXIL can sometimes contain constant arrays not referenced by the resulting vsir program. It doesn't hurt much to generate ICBs for those anyway, but it's a little pointless.
- - - - - fce89133 by Henri Verbeet at 2025-10-29T13:27:33+01:00 vkd3d-shader/ir: Remove VSIR_OP_DCL_IMMEDIATE_CONSTANT_BUFFER instructions.
- - - - -
3 changed files:
- libs/vkd3d-shader/dxil.c - libs/vkd3d-shader/ir.c - libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f616e6c118a716762ec703f369f5e...