Merge pull request #177 from danginsburg/mojave_spvcross_fix

Update to latest SPIRV-Cross to fix MSL compilation failures on macOS…
This commit is contained in:
Bill Hollings 2018-06-12 08:58:29 -04:00 committed by GitHub
commit 335b8b9653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6ef1c49ec0a9efdd8aebe42c68ba79b113f10bba
285f214071b00775c38fd2df8d78ff4e6b5019bc

View File

@ -48,7 +48,7 @@ extern "C" {
*/
#define MVK_VERSION_MAJOR 1
#define MVK_VERSION_MINOR 0
#define MVK_VERSION_PATCH 10
#define MVK_VERSION_PATCH 11
#define MVK_MAKE_VERSION(major, minor, patch) (((major) * 10000) + ((minor) * 100) + (patch))
#define MVK_VERSION MVK_MAKE_VERSION(MVK_VERSION_MAJOR, MVK_VERSION_MINOR, MVK_VERSION_PATCH)