Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spirv] Emit the grad and const offset image ops in the correct order
Currently the grad and const offset image operand ids are emitted in the incorrect order. This causes incorrect code gen if both the grad and const offset image operands are used. This fixes the compilation error found when running TopSpin 2k25 through DXVK using the NVIDIA proprietary Vulkan driver.
- Loading branch information