Skip to content

Commit be9327a

Browse files
authored
Update 07_Depth_buffering.md (#322)
Next, update the VkRenderPassCreateInfo struct to refer to both attachments should be Next, update the VkSubpassDependency struct to refer to both attachments. ---------------- I checked the source code at the end of the article and indeed VkRenderPassCreateInfo should be VkSubpassDependency
1 parent 2b5ef6d commit be9327a

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
@@ -421,7 +421,7 @@ renderPassInfo.dependencyCount = 1;
421421
renderPassInfo.pDependencies = &dependency;
422422
```
423423
424-
Next, update the `VkRenderPassCreateInfo` struct to refer to both
424+
Next, update the `VkSubpassDependency` struct to refer to both
425425
attachments.
426426
427427
```c++

0 commit comments

Comments
 (0)