We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536da67 commit e7fa7b1Copy full SHA for e7fa7b1
en/07_Depth_buffering.md
@@ -473,7 +473,7 @@ void initVulkan() {
473
## Clear values
474
475
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
+also need to specify multiple clear values. Go to `recordCommandBuffer` and
477
create an array of `VkClearValue` structs:
478
479
```c++
0 commit comments