Henri Verbeet : vkd3d-compiler: Mention the default target type in the help text for -b.

Alexandre Julliard julliard at winehq.org
Tue Aug 31 15:37:36 CDT 2021


Module: vkd3d
Branch: master
Commit: cc05e9c39124dbb46a9a97979ed5a61686423386
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=cc05e9c39124dbb46a9a97979ed5a61686423386

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Aug 31 01:16:25 2021 +0200

vkd3d-compiler: Mention the default target type in the help text for -b.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/vkd3d-compiler/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/programs/vkd3d-compiler/main.c b/programs/vkd3d-compiler/main.c
index 4c7a462..40e27ed 100644
--- a/programs/vkd3d-compiler/main.c
+++ b/programs/vkd3d-compiler/main.c
@@ -162,7 +162,8 @@ static void print_usage(const char *program_name)
         "Options:\n"
         "  -h, --help            Display this information and exit.\n"
         "  -b <type>             Specify the target type. Use --print-target-types to\n"
-        "                        list valid target types for a given source type.\n"
+        "                        list valid target types for a given source type. The\n"
+        "                        default target type is 'spirv-binary'.\n"
         "  --buffer-uav=<type>   Specify the buffer type to use for buffer UAV bindings.\n"
         "                        Valid values are 'buffer-texture' (default) and\n"
         "                        'storage-buffer'.\n"




More information about the wine-cvs mailing list