Skip to content

Commit

Permalink
Merge pull request #1828 from billhollings/sdk-1.3.239
Browse files Browse the repository at this point in the history
Update dependency libraries to match Vulkan SDK 1.3.239.
  • Loading branch information
billhollings authored Jan 24, 2023
2 parents d880f4c + 8bcbb2e commit fb581e4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com)
MoltenVK 1.2.2
--------------

Released TBD
Released 2023/01/23

- Fix Metal validation error caused by `CAMetalDrawable` released before
`MTLCommandBuffer` is finished using it.
- Fix memory leak of `MVKFences` and `MVKSemaphores` when
a swapchain image is acquired more than it is presented.
- Fix issue where fragment shader was not run when no render attachment is available.
- Ensure Vulkan public symbols are not stripped from the library when
statically linked to an app that calls all Vulkan functions dynamically.
- Per Vulkan 1.2 spec, support calling `vkGetInstanceProcAddr()` with a
Expand All @@ -31,7 +32,9 @@ Released TBD
- Update `VkPhysicalDeviceLimits::maxDrawIndexedIndexValue` to
acknowledge automatic primitive restart.
- Update copyright notices to year 2023.

- Update to latest SPIRV-Cross:
- MSL: Add support for writable images in iOS Tier2 argument buffers.
- MSL: Fix potentially uninitialized warnings.


MoltenVK 1.2.1
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 @@
c77b09b57c27837dc2d41aa371ed3d236ce9ce47
eb9b2732982b8eea3395216be825a74dd84fe4be
2 changes: 1 addition & 1 deletion ExternalRevisions/Vulkan-Headers_repo_revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b75e5a02b6933caf86c5822d019067b335492c85
1a43b498b8e680d641af0e0a4b4bb47947b7a364
2 changes: 1 addition & 1 deletion ExternalRevisions/Vulkan-Tools_repo_revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ce45337c51ed53e6f1b337aa746a5a96c5018f86
36464b5cf9ade4e412aacd06d95cb02857021bba
2 changes: 1 addition & 1 deletion ExternalRevisions/glslang_repo_revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77551c429f86c0e077f26552b7c1c0f12a9f235e
ca8d07d0bc1c6390b83915700439fa7719de6a2a
Binary file modified Templates/spirv-tools/build.zip
Binary file not shown.

0 comments on commit fb581e4

Please sign in to comment.