Skip to content

Commit

Permalink
Merge pull request #238 from billhollings/master
Browse files Browse the repository at this point in the history
Update MoltenVK to version 1.0.20.
  • Loading branch information
billhollings authored Sep 1, 2018
2 parents e0a6d81 + 906376f commit 2767da3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Copyright (c) 2014-2018 [The Brenwill Workshop Ltd.](http://www.brenwill.com)
For best results, use a Markdown reader.*


MoltenVK 1.0.20
---------------

Released 2018/09/01

- Add support for extensions:
- VK_KHR_maintenance1;
- VK_KHR_shader_draw_parameters;
- VK_KHR_get_physical_device_properties2;
- VK_KHR_push_descriptor;
- Add ability to track and access supported and enabled extensions.
- Update to latest SPIRV-Cross version.


MoltenVK 1.0.19
---------------
Expand Down
2 changes: 1 addition & 1 deletion ExternalRevisions/SPIRV-Cross_repo_revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e14bf77b1ac99943aa27c6b9f6446ea2c4a824f7
6fd66664e8bdadd3f6281aad711f771ef9c24bbe
2 changes: 1 addition & 1 deletion MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern "C" {
*/
#define MVK_VERSION_MAJOR 1
#define MVK_VERSION_MINOR 0
#define MVK_VERSION_PATCH 19
#define MVK_VERSION_PATCH 20

#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 2767da3

Please sign in to comment.