vkd3d-shader/hlsl: Parse the partitioning attribute.

This commit is contained in:
Shaun Ren
2024-09-03 15:09:24 -04:00
committed by Henri Verbeet
parent 615ffb823b
commit 41cb29c4c8
Notes: Henri Verbeet 2024-09-04 18:50:05 +02:00
Approved-by: Elizabeth Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1015
4 changed files with 33 additions and 0 deletions

View File

@@ -4277,6 +4277,7 @@ static bool hlsl_ctx_init(struct hlsl_ctx *ctx, const struct vkd3d_shader_compil
ctx->domain = VKD3D_TESSELLATOR_DOMAIN_INVALID;
ctx->output_control_point_count = UINT_MAX;
ctx->output_primitive = 0;
ctx->partitioning = 0;
return true;
}