Module: Mesa
Branch: main
Commit: 6fc954017699ffa116af2229e129321aa9fbd6c5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fc954017699ffa116af2229e129321aa9fbd6c5

Author: Emma Anholt <[email protected]>
Date:   Mon Apr  3 14:19:12 2023 -0700

docs: Update Vulkan renderpass docs for !22191

Fixes: 6ad5f885afef ("vulkan: Drop VkRenderingSelfDependencyInfoMESA")
Closes: #8773
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22271>

---

 docs/vulkan/renderpass.rst | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/vulkan/renderpass.rst b/docs/vulkan/renderpass.rst
index 758badc5b93..5d4f03ff581 100644
--- a/docs/vulkan/renderpass.rst
+++ b/docs/vulkan/renderpass.rst
@@ -78,11 +78,8 @@ implementation mostly ignores input attachments.  It is 
expected that the
 driver call :cpp:func:`nir_lower_input_attachments` to turn them into
 texturing operations.  The driver **must** support texturing from an input
 attachment at the same time as rendering to it in order to support Vulkan
-subpass self-dependencies.  To assist drivers, we provide self-dependency
-information through another Mesa-specific pseudo-extension:
-
-.. doxygenstruct:: VkRenderingSelfDependencyInfoMESA
-   :members:
+subpass self-dependencies. ``VK_EXT_attachment_feedback_loop_layout`` provides
+information on when these self dependencies are present.
 
 vk_render_pass reference
 ------------------------

Reply via email to