Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/01_Overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading