Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 4467c655 by Petrichor Park at 2024-08-19T14:15:43+02:00 vkd3d-shader/hlsl: Factor out add_binary_expr() and use it for assignment operators.
This fixes a lot of internal compiler errors with assignment operators, especially bitwise ones. The bitwise-assignment test has the motivating examples.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.y - + tests/hlsl/bitwise-assignment.shader_test - tests/hlsl/bitwise.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4467c655f04be55ee3a9bcfae555c8...