mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08: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"
|
" -p, --profile=<name> Specify the target shader profile for HLSL shaders.\n"
|
||||||
" --strip-debug Strip debug information from the output.\n"
|
" --strip-debug Strip debug information from the output.\n"
|
||||||
" -V, --version Display version information and exit.\n"
|
" -V, --version Display version information and exit.\n"
|
||||||
" -x <type> Specify the type of the source. Valid values are\n"
|
" -x <type> Specify the type of the source. Use --print-source-types\n"
|
||||||
" 'dxbc-tpf' and 'none'.\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"
|
" -- Stop option processing. Any subsequent argument is\n"
|
||||||
" interpreted as a filename.\n"
|
" interpreted as a filename.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user