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

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2021-08-31 01:16:25 +02:00 committed by Alexandre Julliard
parent 0b293ceae7
commit cc05e9c391

View File

@ -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"