mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Do not test integral types for SM1-3.
This commit is contained in:
parent
90f9407b80
commit
671548494f
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
@ -44,6 +44,10 @@ uniform 4 float4 3.0 4.0 0.0 0.0
|
|||||||
todo(sm>=6) draw quad
|
todo(sm>=6) draw quad
|
||||||
probe all rgba (1.0, 1.0, 1.0, 1.0)
|
probe all rgba (1.0, 1.0, 1.0, 1.0)
|
||||||
|
|
||||||
|
[require]
|
||||||
|
% SM1-3 doesn't support integral types
|
||||||
|
shader model >= 4.0
|
||||||
|
|
||||||
[pixel shader]
|
[pixel shader]
|
||||||
uniform int f;
|
uniform int f;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user