From ccc7acc9697ad535d079067c9729ab3dff43d459 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 13 May 2015 20:53:52 +0000 Subject: [PATCH] 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 --- StandAlone/StandAlone.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 533a7277..3cf9debe 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -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);