Update to latest SPIRV-Cross, glslang & SPIRV-Tools.

Update MoltenVK version to 1.0.18.
This commit is contained in:
Bill Hollings 2018-08-11 16:20:58 -04:00
parent c89fb51003
commit bd177633ca
4 changed files with 620 additions and 611 deletions

View File

@ -1 +1 @@
162eee632599cd077972ee1d88b341eedbcfdf27
973e2e6e42f0414a304c84a19353cc4719a2bf9f

View File

@ -1 +1 @@
e99a26810f65314183163c07664a40e05647c15f
ec5c11931bcfc1f438ae4aec46e1783a42cec7e6

View File

@ -48,7 +48,7 @@ extern "C" {
*/
#define MVK_VERSION_MAJOR 1
#define MVK_VERSION_MINOR 0
#define MVK_VERSION_PATCH 17
#define MVK_VERSION_PATCH 18
#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)