e57d3551da
VK_KHR_dynamic_rendering_local_read allows the application to sample from a subpass input attachment where this attachment is also the color attachment (aka. feedback loop). With legacy RPs, it's easy to detect that at RP creation time by looking at the input<->color indices but with DRLR this needs to be determined dynamically. This flag would help when legacy RPs are converted to dynamic rendering because it's not possible to know if a subpass used input attachments. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30124>