Skip to content
Snippets Groups Projects
Unverified Commit 12b99ef1 authored by John Kessenich's avatar John Kessenich Committed by GitHub
Browse files

Merge pull request #1486 from mrtrizer/patch-1

Fixed a typo leading to compilation error.
parents ac2e1b63 949344f0
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector<
optimizer.Run(spirv.data(), spirv.size(), &spirv, spvtools::ValidatorOptions(), true);
}
#endif
}; // end namespace glslang
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment