mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/fx: Handle "half" type for fx_2_0 parameters.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Alexandre Julliard
parent
3fdf674a4d
commit
9117629e35
Notes:
Alexandre Julliard
2024-03-27 23:07:48 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/729
11
tests/hlsl/effect-variables-fx_2.shader_test
Normal file
11
tests/hlsl/effect-variables-fx_2.shader_test
Normal file
@@ -0,0 +1,11 @@
|
||||
[require]
|
||||
shader model < 3.0
|
||||
|
||||
[effect]
|
||||
bool _bool;
|
||||
float _float;
|
||||
half _half;
|
||||
|
||||
technique
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user