Merge pull request #1286 from greg-lunarg/kg14

Update known_good to SPIR-V 1.3 support
This commit is contained in:
John Kessenich 2018-03-12 12:42:27 -06:00 committed by GitHub
commit 2ad4737dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
// This should always increase, as some paths to do not consume
// a more major number.
// It should increment by one when new functionality is added.
#define GLSLANG_MINOR_VERSION 3
#define GLSLANG_MINOR_VERSION 4
//
// Call before doing any other compiler/linker operations.

View File

@ -5,14 +5,14 @@
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools",
"commit" : "46a9ec9d2312bc8f2a87810614d06c721ea3121c"
"commit" : "8d8a71278bf9e83dd0fb30d5474386d30870b74d"
},
{
"name" : "spirv-tools/external/spirv-headers",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "External/spirv-tools/external/spirv-headers",
"commit" : "ce309203d7eceaf908bea8862c27f3e0749f7d00"
"commit" : "02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea"
}
]
}