Files
vkd3d/tests/hlsl/effect-variables-fx_2.shader_test
2024-03-27 22:37:27 +01:00

14 lines
114 B
Plaintext

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