Skip to content

Commit d95660e

Browse files
authored
Overview: Restoring Step 4 from "Dynamic Rendering" back to "framebuffers"
1 parent 51bb6d9 commit d95660e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/01_Overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Some platforms allow you to render directly to a display without interacting
130130
These allow you to create a surface that represents the entire screen and
131131
could be used to implement your own window manager, for example.
132132

133-
=== Step 4 - Image views and Dynamic Rendering
133+
=== Step 4 - Image views and framebuffers
134134

135135
To draw to an image acquired from the swap chain, we would typically wrap
136136
it into a vk::ImageView and vk::Framebuffer. An image view references a specific

0 commit comments

Comments
 (0)