mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-27 09:22:14 +00:00
tests: Mark a couple of tests in register-reservations-numeric.shader_test as todo with MSL.
This commit is contained in:
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
@ -241,7 +241,7 @@ float4 main() : sv_target
|
||||
uniform 0 float 200
|
||||
uniform 4 float 201
|
||||
uniform 8 float 202
|
||||
draw quad
|
||||
todo(msl) draw quad
|
||||
probe (0,0) rgba (201.0, 202.0, 0.0, 0.0)
|
||||
|
||||
[pixel shader]
|
||||
@ -259,7 +259,7 @@ float4 main() : sv_target
|
||||
uniform 0 float 201
|
||||
uniform 4 float 202
|
||||
uniform 8 float 203
|
||||
draw quad
|
||||
todo(msl) draw quad
|
||||
probe (0,0) rgba (203.0, 0.0, 0.0, 0.0)
|
||||
|
||||
[pixel shader fail(sm<4)]
|
||||
|
Loading…
Reference in New Issue
Block a user