Skip to content

Commit e7fa7b1

Browse files
authored
Fix small problem in "Depth buffering" (#289)
This code was still refering to `createCommandBuffers` instead of `recordCommandBuffer`.
1 parent 536da67 commit e7fa7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/07_Depth_buffering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void initVulkan() {
473473
## Clear values
474474

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

479479
```c++

0 commit comments

Comments
 (0)