vkd3d-compiler: Reference --print-target-types 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:24 +02:00 committed by Alexandre Julliard
parent 5f4fc9cb06
commit 0b293ceae7

View File

@ -161,7 +161,8 @@ static void print_usage(const char *program_name)
"[options...] [file]\n"
"Options:\n"
" -h, --help Display this information and exit.\n"
" -b <type> Specify the target type.\n"
" -b <type> Specify the target type. Use --print-target-types to\n"
" list valid target types for a given source type.\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"