mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests/hlsl: Clear the RTV before the WaveReadLaneFirst() test.
This commit is contained in:
parent
47f0483267
commit
cb9b10bf4d
Notes:
Alexandre Julliard
2024-05-14 23:00:18 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/863
@ -450,6 +450,7 @@ float4 main(float4 pos : SV_Position) : SV_Target
|
||||
}
|
||||
|
||||
[test]
|
||||
clear rtv 0 0.25 0.5 0.75 1.0
|
||||
todo draw quad
|
||||
probe rtv 0 (0, 0) rgba (0.25, 0.5, 0.75, 1.0)
|
||||
probe rtv 0 (1, 0) rgba (1.0, 0.0, 0.0, 1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user