Skip to content
Merged
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/07_Depth_buffering.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ void initVulkan() {
## Clear values

Because we now have multiple attachments with `VK_ATTACHMENT_LOAD_OP_CLEAR`, we
also need to specify multiple clear values. Go to `createCommandBuffers` and
also need to specify multiple clear values. Go to `recordCommandBuffer` and
create an array of `VkClearValue` structs:

```c++
Expand Down