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

12 lines
92 B
Plaintext
Raw Normal View History

[require]
shader model < 3.0
[effect]
bool _bool;
float _float;
half _half;
technique
{
}