mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests: Add missing double precission require directives.
Otherwise these tests fail on Intel UHD Graphics 770.
This commit is contained in:
parent
e8354ac499
commit
84676c378f
Notes:
Henri Verbeet
2024-08-07 16:01:36 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/987
@ -24,6 +24,10 @@ if(sm<6) probe uav 1 (1) ri (11)
|
||||
if(sm>=6) probe uav 1 (1) r (11.1)
|
||||
|
||||
|
||||
[require]
|
||||
shader model >= 5.0
|
||||
float64
|
||||
|
||||
[pixel shader todo]
|
||||
RWByteAddressBuffer u : register(u1);
|
||||
|
||||
@ -42,6 +46,7 @@ if(sm>=6) probe uav 1 (0) rd (12.2)
|
||||
% SM 6 add support for templated Store<>().
|
||||
[require]
|
||||
shader model >= 6.0
|
||||
float64
|
||||
|
||||
[pixel shader]
|
||||
RWByteAddressBuffer u : register(u1);
|
||||
|
Loading…
Reference in New Issue
Block a user