Improve help text for the new -P option
This commit is contained in:
parent
a270fdae55
commit
f766ee96f5
1 changed files with 2 additions and 1 deletions
|
|
@ -1924,7 +1924,8 @@ void usage()
|
|||
" -Od disables optimization; may cause illegal SPIR-V for HLSL\n"
|
||||
" -Os optimizes SPIR-V to minimize size\n"
|
||||
" -P<text> | --preamble-text <text> | --P <text>\n"
|
||||
" inject custom preamble text\n"
|
||||
" inject custom preamble text, which is treated as if it\n"
|
||||
" appeared immediately after the version declaration (if any).\n"
|
||||
" -R use relaxed verification rules for generating Vulkan SPIR-V,\n"
|
||||
" allowing the use of default uniforms, atomic_uints, and\n"
|
||||
" gl_VertexID and gl_InstanceID keywords.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue