Merge pull request #1486 from mrtrizer/patch-1

Fixed a typo leading to compilation error.
This commit is contained in:
John Kessenich 2018-08-31 08:09:54 -07:00 committed by GitHub
commit 12b99ef13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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