mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Fix the usage of require directives.
They are reset each time "[require]" is encountered.
This commit is contained in:
parent
ead98ef329
commit
ca51c359ec
Notes:
Alexandre Julliard
2023-10-18 22:51:21 +02:00
Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/412
@ -1,6 +1,7 @@
|
|||||||
[require]
|
[require]
|
||||||
shader model >= 4.0
|
shader model >= 4.0
|
||||||
shader model < 6.0
|
shader model < 6.0
|
||||||
|
options: backcompat
|
||||||
|
|
||||||
|
|
||||||
[sampler 0]
|
[sampler 0]
|
||||||
@ -35,10 +36,6 @@ size (1, 1)
|
|||||||
size (1, 1)
|
size (1, 1)
|
||||||
4.0 4.0 4.0 1.0
|
4.0 4.0 4.0 1.0
|
||||||
|
|
||||||
[require]
|
|
||||||
shader model < 6.0
|
|
||||||
options: backcompat
|
|
||||||
|
|
||||||
[pixel shader]
|
[pixel shader]
|
||||||
sampler sam;
|
sampler sam;
|
||||||
|
|
||||||
@ -139,6 +136,7 @@ probe all rgba (1, 1, 1, 11)
|
|||||||
[require]
|
[require]
|
||||||
shader model >= 5.0
|
shader model >= 5.0
|
||||||
shader model < 6.0
|
shader model < 6.0
|
||||||
|
options: backcompat
|
||||||
|
|
||||||
|
|
||||||
[pixel shader todo]
|
[pixel shader todo]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user