Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h.

This commit is contained in:
John Kessenich
2015-08-02 16:11:21 -06:00
parent 0da9eaabe8
commit 61d7d7ad73
4 changed files with 8 additions and 3 deletions

View File

@@ -790,6 +790,7 @@ int C_DECL main(int argc, char* argv[])
std::string spirvVersion;
glslang::GetSpirvVersion(spirvVersion);
printf("SPIR-V Version %s\n", spirvVersion.c_str());
printf("GLSL.std.450 Version %d, Revision %d\n", GLSL_STD_450::Version, GLSL_STD_450::Revision);
if (Worklist.empty())
return ESuccess;
}