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.