We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f2cbf commit e5f6612Copy full SHA for e5f6612
tools/nsc/main.cpp
@@ -112,6 +112,7 @@ class ShaderCompiler final : public system::IApplicationFramework
112
{
113
output_filepath = outputFlagVector[1];
114
}
115
+ m_arguments.erase(output_flag_pos, output_flag_pos+1);
116
117
m_logger->log("Compiled shader code will be saved to " + output_filepath);
118
0 commit comments