mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
vkd3d-compiler: Update usage message for the -x option.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5399f6fcc6
commit
abe7051e99
@ -178,8 +178,10 @@ static void print_usage(const char *program_name)
|
||||
" -p, --profile=<name> Specify the target shader profile for HLSL shaders.\n"
|
||||
" --strip-debug Strip debug information from the output.\n"
|
||||
" -V, --version Display version information and exit.\n"
|
||||
" -x <type> Specify the type of the source. Valid values are\n"
|
||||
" 'dxbc-tpf' and 'none'.\n"
|
||||
" -x <type> Specify the type of the source. Use --print-source-types\n"
|
||||
" to list valid source types. The default source type is\n"
|
||||
" 'dxbc-tpf' for compile operations, and 'hlsl' for\n"
|
||||
" preprocess operations.\n"
|
||||
" -- Stop option processing. Any subsequent argument is\n"
|
||||
" interpreted as a filename.\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user