vkd3d-shader: Adjust "child-effect" option documentation.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov 2024-03-19 00:47:49 +01:00 committed by Alexandre Julliard
parent 11e7265815
commit cfa63da3f1
Notes: Alexandre Julliard 2024-03-27 23:07:48 +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/729

View File

@ -302,8 +302,10 @@ enum vkd3d_shader_compile_option_name
/**
* If \a value is non-zero compilation will produce a child effect using
* shared object descriptions, as instructed by the "shared" modifier.
* Child effects are supported with fx_2_0, fx_4_0, and fx_4_1. This option
* and "shared" modifiers are ignored for fx_5_0 profile, and non-fx profiles.
* Child effects are supported with fx_4_0, and fx_4_1 profiles. This option
* and "shared" modifiers are ignored for the fx_5_0 profile and non-fx profiles.
* The fx_2_0 profile does not have a separate concept of child effects, variables
* marked with "shared" modifier will be marked as such in a binary.
*
* \since 1.12
*/