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
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ for (auto &image : swapChainImages)
}
----

Creating the image view is now a matter of using the constructor of `vk::raii::CreateImageView`,
Creating the image view is now a matter of using the constructor of `vk::raii::ImageView`,
here via `std::vector::emplace_back`:

[,c++]
Expand Down
Loading