Module: vkd3d
Branch: master
Commit: cfa63da3f1ca88d58d890daacdcf0ea8d745294b
URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/cfa63da3f1ca88d58d890daacdcf0…
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Mar 19 00:47:49 2024 +0100
vkd3d-shader: Adjust "child-effect" option documentation.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
---
include/vkd3d_shader.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/include/vkd3d_shader.h b/include/vkd3d_shader.h
index 83b90474..0cd2a861 100644
--- a/include/vkd3d_shader.h
+++ b/include/vkd3d_shader.h
@@ -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
*/