Logo
Explore Help
Sign In
wine/vkd3d
0
0
Fork 0
You've already forked vkd3d
mirror of https://gitlab.winehq.org/wine/vkd3d.git synced 2025-04-13 05:43:18 -07:00
Code Issues Packages Projects Releases Wiki Activity
vkd3d/tests/hlsl/effect-variables-fx_5.shader_test

20 lines
168 B
Plaintext
Raw Normal View History

tests: Add some fx profiles tests for structure types containing objects. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2024-06-30 01:30:03 +02:00
[require]
shader model >= 5.0
shader model < 6.0
[effect]
struct s
{
Texture t;
float4 f;
};
vkd3d-shader: Disallow object structure fields for fx profiles. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2024-06-30 02:10:12 +02:00
[effect fail]
tests: Add some fx profiles tests for structure types containing objects. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2024-06-30 01:30:03 +02:00
struct s
{
Texture t;
float4 f;
};
s var;
Reference in New Issue Copy Permalink
Powered by Gitea Page: 120ms Template: 6ms
English
English
Licenses API