update MoltenVK to 1.0.43

This commit is contained in:
alexey.lysiuk 2020-06-10 21:56:56 +03:00
parent 3041caa27d
commit ea902800e3
2 changed files with 2 additions and 2 deletions

View file

@ -50,12 +50,12 @@ typedef unsigned long MTLLanguageVersion;
*/
#define MVK_VERSION_MAJOR 1
#define MVK_VERSION_MINOR 0
#define MVK_VERSION_PATCH 42
#define MVK_VERSION_PATCH 43
#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)
#define VK_MVK_MOLTENVK_SPEC_VERSION 25
#define VK_MVK_MOLTENVK_SPEC_VERSION 26
#define VK_MVK_MOLTENVK_EXTENSION_NAME "VK_MVK_moltenvk"
/**

Binary file not shown.