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.

Repository from Github https://github.comKhronosGroup/MoltenVKRepository from Github https://github.comKhronosGroup/MoltenVK

Add support for VK_KHR_dynamic_rendering_local_read extension

billhollings opened this issue · comments

Vulkan 1.4 (see #2490) promotes part of extension VK_KHR_dynamic_rendering_local_read.

Full support for VK_KHR_dynamic_rendering_local_read is preferred, but support for at least local read for storage resources and single sampled color attachments, is required for Vulkan 1.4.

I'm working on this.

PR #2579 completes this issue.