Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 224b98c

Browse files
committed
Correct struct name typo to fix link
1 parent 5d0c771 commit 224b98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

07_Depth_buffering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ ready for usage as depth attachment when it needs to be.
362362
## Render pass
363363

364364
We're now going to modify `createRenderPass` to include a depth attachment.
365-
First specify the `VkAttachementDescription`:
365+
First specify the `VkAttachmentDescription`:
366366

367367
```c++
368368
VkAttachmentDescription depthAttachment = {};

0 commit comments

Comments
 (0)