From d95660ec75a7f98ad98b92800bac3a7a2a325785 Mon Sep 17 00:00:00 2001 From: ohmaya Date: Sat, 28 Feb 2026 07:12:54 +0800 Subject: [PATCH] Overview: Restoring Step 4 from "Dynamic Rendering" back to "framebuffers" --- en/01_Overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/01_Overview.adoc b/en/01_Overview.adoc index 10c47232..58848c1e 100644 --- a/en/01_Overview.adoc +++ b/en/01_Overview.adoc @@ -130,7 +130,7 @@ Some platforms allow you to render directly to a display without interacting These allow you to create a surface that represents the entire screen and could be used to implement your own window manager, for example. -=== Step 4 - Image views and Dynamic Rendering +=== Step 4 - Image views and framebuffers To draw to an image acquired from the swap chain, we would typically wrap it into a vk::ImageView and vk::Framebuffer. An image view references a specific