On Mon Jun 19 20:58:58 2023 +0000, Francisco Casas wrote:
changed this line in [version 2 of the diff](/wine/vkd3d/-/merge_requests/224/diffs?diff_id=52578&start_sha=bdb4c92820b51c0072d755a8098fc21e4b89ee8b#5a2a0560f2d42cc35cd4e168080202208e5d100a_3_2)
Correction, the profile ps_2_1 doesn't exist. I confused it with ps_2_x, which the native compiler doesn't seem to support, unless we pass ps_4_0_level_9_1 or ps_4_0_level_9_3, but those don't support sv_position either, so shader model >= 3, would do.
I had to make a change to the test too, because ps_3_0 doesn't add 0.5 to sv_position, like ps_4_0 and ps_5_0.