mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/fx: Reject fx_2_0 output without techniques.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Alexandre Julliard
parent
dd5e42d347
commit
8c5db57ea7
Notes:
Alexandre Julliard
2024-03-06 23:29:49 +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/676
@@ -86,7 +86,7 @@ technique10
|
||||
}
|
||||
|
||||
% Effects without techniques are not allowed for fx_2_0
|
||||
[effect fail todo]
|
||||
[effect fail]
|
||||
float4 f;
|
||||
|
||||
% fx_5_0 keyword fails with fx_2_0 profile
|
||||
|
Reference in New Issue
Block a user