mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-09 22:00:05 +00:00
Fix typo
Add a missing coma
This commit is contained in:
parent
99b59b3528
commit
1bba4d5137
2
main.cpp
2
main.cpp
@ -908,7 +908,7 @@ static void print_help_common()
|
||||
// clang-format off
|
||||
fprintf(stderr, "\nCommon options:\n"
|
||||
"\t[--entry name]:\n\t\tUse a specific entry point. By default, the first entry point in the module is used.\n"
|
||||
"\t[--stage <stage (vert, frag, geom, tesc, tese comp)>]:\n\t\tForces use of a certain shader stage.\n"
|
||||
"\t[--stage <stage (vert, frag, geom, tesc, tese, comp)>]:\n\t\tForces use of a certain shader stage.\n"
|
||||
"\t\tCan disambiguate the entry point if more than one entry point exists with same name, but different stage.\n"
|
||||
"\t[--emit-line-directives]:\n\t\tIf SPIR-V has OpLine directives, aim to emit those accurately in output code as well.\n"
|
||||
"\t[--rename-entry-point <old> <new> <stage>]:\n\t\tRenames an entry point from what is declared in SPIR-V to code output.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user