Versioning: Update some version strings. Still need better overall version.

This commit is contained in:
John Kessenich
2017-11-02 22:32:14 -06:00
parent 9f0b6fa4f0
commit a372a3ed1e
4 changed files with 13 additions and 8 deletions

View File

@@ -1049,6 +1049,7 @@ 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("SPIR-V Generator Version %d\n", glslang::GetSpirvGeneratorVersion());
printf("GL_KHR_vulkan_glsl version %d\n", 100);
printf("ARB_GL_gl_spirv version %d\n", 100);
if (workList.empty())