Commit ccc7acc9 by John Kessenich

SPIR-V compression: restore a line of code deleted by the previous submission.

parent 4217d2ea
......@@ -678,6 +678,8 @@ void CompileAndLinkShaders()
spv::spirvbin_t().remap(spirv, remapOpts);
}
glslang::OutputSpv(spirv, name);
if (Options & EOptionHumanReadableSpv) {
spv::Parameterize();
GLSL_STD_450::GetDebugNames(GlslStd450DebugNames);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment