vkCmdSetAttachmentFeedbackLoopEnableEXT VK_EXT_attachment_feedback_loop_dynamic_state problem

Hi, i’m trying to sample and write to the depth buffer in the same render pass (using dynamic rendering with vkCmdBeginRendering and vkCmdSetAttachmentFeedbackLoopEnableEXT ) using implementing a SSR, screen space reflection in the same pass. When i move the camera there are many black holes flickering artifacts that disappears when the scene is static. I’m missing something?