mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Relax the precision of some tests so that they pass on MoltenVK.
This commit is contained in:
committed by
Alexandre Julliard
parent
ee28861837
commit
b8f2c3e1f4
Notes:
Alexandre Julliard
2023-09-18 22:14:03 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/348
@@ -9,7 +9,7 @@ float4 main() : sv_target
|
||||
[test]
|
||||
uniform 0 float4 -1.0 0.0 1.0 2.0
|
||||
draw quad
|
||||
probe all rgba (0.5, 1.0, 2.0, 4.0) 1
|
||||
probe all rgba (0.5, 1.0, 2.0, 4.0) 2
|
||||
|
||||
[pixel shader]
|
||||
uniform float4 f;
|
||||
|
Reference in New Issue
Block a user