Unverified Commit 12b99ef1 by John Kessenich Committed by GitHub

Merge pull request #1486 from mrtrizer/patch-1

Fixed a typo leading to compilation error.
parents ac2e1b63 949344f0
...@@ -183,6 +183,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector< ...@@ -183,6 +183,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector<
optimizer.Run(spirv.data(), spirv.size(), &spirv, spvtools::ValidatorOptions(), true); optimizer.Run(spirv.data(), spirv.size(), &spirv, spvtools::ValidatorOptions(), true);
} }
#endif
}; // end namespace glslang }; // end namespace glslang
#endif
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