mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/fx: Add support for writing DepthStencilState objects.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Henri Verbeet
parent
1008c49ce6
commit
12947aa50d
Notes:
Henri Verbeet
2024-07-08 18:20:04 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/913
@@ -7074,6 +7074,10 @@ type_no_void:
|
||||
{
|
||||
$$ = hlsl_get_type(ctx->cur_scope, "RenderTargetView", true, true);
|
||||
}
|
||||
| KW_DEPTHSTENCILSTATE
|
||||
{
|
||||
$$ = hlsl_get_type(ctx->cur_scope, "DepthStencilState", true, true);
|
||||
}
|
||||
| KW_DEPTHSTENCILVIEW
|
||||
{
|
||||
$$ = hlsl_get_type(ctx->cur_scope, "DepthStencilView", true, true);
|
||||
|
||||
Reference in New Issue
Block a user