We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inside https://github.com/KhronosGroup/glslang/blob/main/SPIRV/GlslangToSpv.h there is
struct SpvOptions { bool generateDebugInfo {false}; bool stripDebugInfo {false}; bool disableOptimizer {true}; bool optimizeSize {false}; bool disassemble {false}; bool validate {false}; bool emitNonSemanticShaderDebugInfo {false}; bool emitNonSemanticShaderDebugSource{ false }; bool compileOnly{false}; bool optimizerAllowExpandedIDBound{false}; };
and no good way without reading the code or experimenting to know what these do.
Some simple comments on these to explain either what they do, or even the equivalent command line argument they emulate
The text was updated successfully, but these errors were encountered:
arcady-lunarg
No branches or pull requests
Inside https://github.com/KhronosGroup/glslang/blob/main/SPIRV/GlslangToSpv.h there is
and no good way without reading the code or experimenting to know what these do.
Some simple comments on these to explain either what they do, or even the equivalent command line argument they emulate
The text was updated successfully, but these errors were encountered: