Update SpvTools.cpp

Fix build.
This commit is contained in:
Denis Zdorovtsov 2018-08-31 17:36:15 +03:00 committed by GitHub
parent ac2e1b6328
commit 949344f081
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