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

Skip to content

Commit 494583b

Browse files
committed
Small typo fix
1 parent 170ce59 commit 494583b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/02_Graphics_pipeline_basics/03_Render_passes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following other types of attachments can be referenced by a subpass:
163163

164164
* `pInputAttachments`: Attachments that are read from a shader
165165
* `pResolveAttachments`: Attachments used for multisampling color attachments
166-
* `pDepthStencilAttachment`: Attachments for depth and stencil data
166+
* `pDepthStencilAttachment`: Attachment for depth and stencil data
167167
* `pPreserveAttachments`: Attachments that are not used by this subpass, but for
168168
which the data must be preserved
169169

0 commit comments

Comments
 (0)