vkd3d-compiler: Slightly reword the --semantic-compat-map usage text.

This commit is contained in:
Henri Verbeet 2023-11-05 00:28:47 +01:00 committed by Alexandre Julliard
parent c5cc467394
commit 4c4843126e
Notes: Alexandre Julliard 2023-11-08 23:03:09 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/452

View File

@ -185,8 +185,6 @@ static void print_usage(const char *program_name)
" --matrix-storage-order=<order>\n" " --matrix-storage-order=<order>\n"
" Specify default matrix storage order. Valid values are\n" " Specify default matrix storage order. Valid values are\n"
" 'column' (default) and 'row'.\n" " 'column' (default) and 'row'.\n"
" --semantic-compat-map Enable semantic mapping compatibility mode to use SM4+ system values\n"
" instead of SM1-3 style semantic names when compiling from HLSL sources.\n"
" -e, --entry=<name> Use <name> as the entry point (default is \"main\").\n" " -e, --entry=<name> Use <name> as the entry point (default is \"main\").\n"
" -E Preprocess the source code instead of compiling it.\n" " -E Preprocess the source code instead of compiling it.\n"
" -o, --output=<file> Write the output to <file>. If <file> is '-' or no\n" " -o, --output=<file> Write the output to <file>. If <file> is '-' or no\n"
@ -201,6 +199,8 @@ static void print_usage(const char *program_name)
" --print-target-types Display the supported target types for the specified\n" " --print-target-types Display the supported target types for the specified\n"
" source type and exit.\n" " source type and exit.\n"
" -p, --profile=<name> Specify the target shader profile for HLSL shaders.\n" " -p, --profile=<name> Specify the target shader profile for HLSL shaders.\n"
" --semantic-compat-map Map shader model 1-3 semantic names to shader model 4+\n"
" system values when compiling HLSL sources.\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. Use --print-source-types\n" " -x <type> Specify the type of the source. Use --print-source-types\n"