SPIR-V compression: restore a line of code deleted by the previous submission.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31181 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
4217d2ea22
commit
ccc7acc969
@ -678,6 +678,8 @@ void CompileAndLinkShaders()
|
|||||||
spv::spirvbin_t().remap(spirv, remapOpts);
|
spv::spirvbin_t().remap(spirv, remapOpts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
glslang::OutputSpv(spirv, name);
|
||||||
|
|
||||||
if (Options & EOptionHumanReadableSpv) {
|
if (Options & EOptionHumanReadableSpv) {
|
||||||
spv::Parameterize();
|
spv::Parameterize();
|
||||||
GLSL_STD_450::GetDebugNames(GlslStd450DebugNames);
|
GLSL_STD_450::GetDebugNames(GlslStd450DebugNames);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user