Skip to content
Snippets Groups Projects
Commit ca51c359 authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

tests: Fix the usage of require directives.

They are reset each time "[require]" is encountered.
parent ead98ef3
No related branches found
No related tags found
1 merge request!412tests: Fix a number of tests so they pass on Windows.
[require]
shader model >= 4.0
shader model < 6.0
options: backcompat
[sampler 0]
......@@ -35,10 +36,6 @@ size (1, 1)
size (1, 1)
4.0 4.0 4.0 1.0
[require]
shader model < 6.0
options: backcompat
[pixel shader]
sampler sam;
......@@ -139,6 +136,7 @@ probe all rgba (1, 1, 1, 11)
[require]
shader model >= 5.0
shader model < 6.0
options: backcompat
[pixel shader todo]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment