tests: Mark a couple of tests in register-reservations-numeric.shader_test as todo with MSL.

This commit is contained in:
Giovanni Mascellani 2024-11-05 22:17:58 +01:00 committed by Henri Verbeet
parent 756b98f093
commit 94900131a8
Notes: Henri Verbeet 2024-11-11 15:59:39 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1252

View File

@ -241,7 +241,7 @@ float4 main() : sv_target
uniform 0 float 200 uniform 0 float 200
uniform 4 float 201 uniform 4 float 201
uniform 8 float 202 uniform 8 float 202
draw quad todo(msl) draw quad
probe (0,0) rgba (201.0, 202.0, 0.0, 0.0) probe (0,0) rgba (201.0, 202.0, 0.0, 0.0)
[pixel shader] [pixel shader]
@ -259,7 +259,7 @@ float4 main() : sv_target
uniform 0 float 201 uniform 0 float 201
uniform 4 float 202 uniform 4 float 202
uniform 8 float 203 uniform 8 float 203
draw quad todo(msl) draw quad
probe (0,0) rgba (203.0, 0.0, 0.0, 0.0) probe (0,0) rgba (203.0, 0.0, 0.0, 0.0)
[pixel shader fail(sm<4)] [pixel shader fail(sm<4)]