[Git][wine/vkd3d][master] 2 commits: vkd3d-shader/fx: Use the correct value range for bools in fx_4_0 state values.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 46c75137 by Nikolay Sivov at 2025-07-14T18:38:21+02:00 vkd3d-shader/fx: Use the correct value range for bools in fx_4_0 state values. The earlier fix a06ecb686720901c89e551bfcc74078f970a62d3 is missing this. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 3163e589 by Nikolay Sivov at 2025-07-14T18:38:21+02:00 vkd3d-shader/fx: Explicitly handle bool state values when parsing. For bools 0/1 values are treated as named values, outside of this range it's zero/non-zero. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 1 changed file: - libs/vkd3d-shader/fx.c View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1a5a2969be38b35a1b1e52e9c4eb9... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/1a5a2969be38b35a1b1e52e9c4eb9... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)