You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for extensions:
VK_EXT_host_image_copy
To support legacy apps, restore MoltenVK/dylib directory via symlink to MoltenVK/dynamic/dylib.
Enhancements to MVKPerformanceStatistics. Add MVKPerformanceTracker::previous, MVKQueuePerformance::waitSubmitCommandBuffers, and MVKQueuePerformance::waitPresentSwapchains.
Add MVK_CONFIG_SHADER_DUMP_DIR configuration parameter to optionally dump shaders to files.
Return MoltenVK log level string in pMessageIdName field of debug utils callback data.
Fix crash when using VK_EXT_metal_objects under ARC.
Fix deadlock when creating a swapchain on a thread other than the main thread.
Fix potential memory leak in vkQueueWaitIdle().
Fix argument buffer padding on shader conversion.
Avoid atomic image usage if native atomics are not supported on the platform.
Ensure buffer bindings are actually used to avoid potential overrun on Metal buffer indexes.
Update dependency libraries to match Vulkan SDK 1.3.283.