Improve help text for the new -P option

This commit is contained in:
Arcady Goldmints-Orlov 2023-04-07 12:55:01 -04:00 committed by arcady-lunarg
parent a270fdae55
commit f766ee96f5

View File

@ -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"