mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
vkd3d-shader: Adjust "child-effect" option documentation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
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
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user