KhronosGroup / MoltenVK

MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS.
Apache License 2.0
4.64k stars 402 forks source link

Add support for VK_EXT_host_image_copy extension #2197

Closed billhollings closed 2 months ago

billhollings commented 3 months ago

This appears to be a fairly straightforward mapping from Vulkan to Metal functionality.