tests/hlsl: Clear the RTV before the WaveReadLaneFirst() test.

This commit is contained in:
Conor McCarthy 2024-05-09 12:30:18 +10:00 committed by Alexandre Julliard
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

View File

@ -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)