Skip to content

Commit

Permalink
Merge pull request #2184 from billhollings/update-to-v1.2.9
Browse files Browse the repository at this point in the history
Update MoltenVK version to 1.2.9.
  • Loading branch information
billhollings authored Mar 13, 2024
2 parents 1d98bab + a9ebfc2 commit baad62b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Copyright (c) 2015-2024 [The Brenwill Workshop Ltd.](http://www.brenwill.com)



MoltenVK 1.2.9
--------------

Released TBD




MoltenVK 1.2.8
--------------

Expand Down
2 changes: 1 addition & 1 deletion MoltenVK/MoltenVK/API/mvk_private_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef unsigned long MTLArgumentBuffersTier;
*/
#define MVK_VERSION_MAJOR 1
#define MVK_VERSION_MINOR 2
#define MVK_VERSION_PATCH 8
#define MVK_VERSION_PATCH 9

#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)
Expand Down

0 comments on commit baad62b

Please sign in to comment.