mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
c8720f1229
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
20 lines
168 B
Plaintext
20 lines
168 B
Plaintext
[require]
|
|
shader model >= 4.0
|
|
shader model < 6.0
|
|
|
|
[effect]
|
|
struct s
|
|
{
|
|
Texture t;
|
|
float4 f;
|
|
};
|
|
|
|
[effect fail]
|
|
struct s
|
|
{
|
|
Texture t;
|
|
float4 f;
|
|
};
|
|
|
|
s var;
|