Versions: Update version output.

Also, the per-build part had stopped auto-updating,
which is fixed locally as a git hook.
This commit is contained in:
John Kessenich
2016-07-20 16:03:29 -06:00
parent 934855a642
commit b84313dca1
2 changed files with 4 additions and 2 deletions

View File

@@ -596,6 +596,8 @@ int C_DECL main(int argc, char* argv[])
printf("SPIR-V Version %s\n", spirvVersion.c_str());
printf("GLSL.std.450 Version %d, Revision %d\n", GLSLstd450Version, GLSLstd450Revision);
printf("Khronos Tool ID %d\n", glslang::GetKhronosToolId());
printf("GL_KHR_vulkan_glsl version %d\n", 100);
printf("ARB_GL_gl_spirv version %d\n", 100);
if (Worklist.empty())
return ESuccess;
}