vkd3d/tests/hlsl/effect-variables-fx_2.shader_test
Nikolay Sivov 9117629e35 vkd3d-shader/fx: Handle "half" type for fx_2_0 parameters.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2024-03-27 22:37:25 +01:00

12 lines
92 B
Plaintext

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