vkd3d/tests/hlsl/effect-variables-fx_2.shader_test
Nikolay Sivov 17dc23269e vkd3d-shader/fx: Handle "uint" type for fx_2_0 parameters.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
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
{
}