Skip to content

Commit

Permalink
Improve help text for the new -P option
Browse files Browse the repository at this point in the history
  • Loading branch information
arcady-lunarg committed Apr 12, 2023
1 parent a270fda commit f766ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StandAlone/StandAlone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f766ee9

Please sign in to comment.