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.