vkd3d/tests/hlsl/effect-variables-fx_5.shader_test

20 lines
173 B
Plaintext
Raw Normal View History

[require]
shader model >= 5.0
shader model < 6.0
[effect]
struct s
{
Texture t;
float4 f;
};
[effect fail todo]
struct s
{
Texture t;
float4 f;
};
s var;