vkd3d-shader: Update the chained structure list for vkd3d_shader_compile().

This commit is contained in:
Henri Verbeet 2024-03-05 10:56:21 +01:00 committed by Alexandre Julliard
parent f80ae7aef1
commit 22d5e24bad
Notes: Alexandre Julliard 2024-03-05 21:03:13 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/690

View File

@ -2004,14 +2004,17 @@ VKD3D_SHADER_API const enum vkd3d_shader_target_type *vkd3d_shader_get_supported
* *
* Depending on the source and target types, this function may support the * Depending on the source and target types, this function may support the
* following chained structures: * following chained structures:
* - vkd3d_shader_descriptor_offset_info
* - vkd3d_shader_hlsl_source_info * - vkd3d_shader_hlsl_source_info
* - vkd3d_shader_interface_info * - vkd3d_shader_interface_info
* - vkd3d_shader_varying_map_info * - vkd3d_shader_preprocess_info
* - vkd3d_shader_scan_combined_resource_sampler_info
* - vkd3d_shader_scan_descriptor_info * - vkd3d_shader_scan_descriptor_info
* - vkd3d_shader_scan_signature_info * - vkd3d_shader_scan_signature_info
* - vkd3d_shader_spirv_domain_shader_target_info * - vkd3d_shader_spirv_domain_shader_target_info
* - vkd3d_shader_spirv_target_info * - vkd3d_shader_spirv_target_info
* - vkd3d_shader_transform_feedback_info * - vkd3d_shader_transform_feedback_info
* - vkd3d_shader_varying_map_info
* *
* \param compile_info A chained structure containing compilation parameters. * \param compile_info A chained structure containing compilation parameters.
* *