Unverified Commit 2ad4737d by John Kessenich Committed by GitHub

Merge pull request #1286 from greg-lunarg/kg14

Update known_good to SPIR-V 1.3 support
parents b095da74 bfa64afb
......@@ -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.
......
......@@ -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"
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment