From 9056bbee03ab73f7ab473528b907aed444cf8058 Mon Sep 17 00:00:00 2001 From: kareertl Date: Mon, 8 Jun 2026 10:01:17 -0700 Subject: [PATCH] Update the table of contents to reflect the addition of dynamic rendering https://docs.vulkan.org/tutorial/latest/03_Drawing_a_triangle/02_Graphics_pipeline_basics/03_Render_passes.html was been updated with dynamic rendering info, but the table of contents still mentions only "Render passes." Update the table of contents to reflect the change. --- antora/modules/ROOT/nav.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/modules/ROOT/nav.adoc b/antora/modules/ROOT/nav.adoc index 89c2dc6f..3d524f1d 100644 --- a/antora/modules/ROOT/nav.adoc +++ b/antora/modules/ROOT/nav.adoc @@ -21,7 +21,7 @@ *** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/00_Introduction.adoc[Introduction] *** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/01_Shader_modules.adoc[Shader modules] *** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.adoc[Fixed functions] -*** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/03_Render_passes.adoc[Render passes] +*** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/03_Render_passes.adoc[Render passes and dynamic rendering] *** xref:03_Drawing_a_triangle/02_Graphics_pipeline_basics/04_Conclusion.adoc[Conclusion] ** xref:03_Drawing_a_triangle/03_Drawing/00_Framebuffers.adoc[Drawing] *** xref:03_Drawing_a_triangle/03_Drawing/00_Framebuffers.adoc[Framebuffers]