fix typo
line 751, ttachment -> attachment, transitionss -> transitions
This commit is contained in:
parent
9c029b36fa
commit
117641ebfb
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ public:
|
||||||
subpassDescription.pResolveAttachments = nullptr; // Resolve attachments are resolved at the end of a sub pass and can be used for e.g. multi sampling
|
subpassDescription.pResolveAttachments = nullptr; // Resolve attachments are resolved at the end of a sub pass and can be used for e.g. multi sampling
|
||||||
|
|
||||||
// Setup subpass dependencies
|
// Setup subpass dependencies
|
||||||
// These will add the implicit ttachment layout transitionss specified by the attachment descriptions
|
// These will add the implicit attachment layout transitions specified by the attachment descriptions
|
||||||
// The actual usage layout is preserved through the layout specified in the attachment reference
|
// The actual usage layout is preserved through the layout specified in the attachment reference
|
||||||
// Each subpass dependency will introduce a memory and execution dependency between the source and dest subpass described by
|
// Each subpass dependency will introduce a memory and execution dependency between the source and dest subpass described by
|
||||||
// srcStageMask, dstStageMask, srcAccessMask, dstAccessMask (and dependencyFlags is set)
|
// srcStageMask, dstStageMask, srcAccessMask, dstAccessMask (and dependencyFlags is set)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue