mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-22 11:52:26 +00:00
Improve help text for the new -P option
This commit is contained in:
parent
7150c2a81a
commit
f36ffb9b0d
@ -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…
x
Reference in New Issue
Block a user