Skip to content

Commit

Permalink
Update refpage short descriptions of VkAttachmentLoad/StoreOp to be c…
Browse files Browse the repository at this point in the history
…onsistent with spec body (#2364)
  • Loading branch information
oddhack committed May 10, 2024
1 parent ff188a8 commit 632ab09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/renderpass.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5492,7 +5492,7 @@ cannot safely access values outside of the render area during a render pass
instance when a load operation that modifies values is used.
====

[open,refpage='VkAttachmentLoadOp',desc='Specify how contents of an attachment are initialized at the beginning of a subpass',type='enums']
[open,refpage='VkAttachmentLoadOp',desc='Specify how contents of an attachment are treated at the beginning of the subpass where it is first used',type='enums']
--
Load operations that can: be used for a render pass are:

Expand Down Expand Up @@ -5591,7 +5591,7 @@ during a render pass instance when a store operation that modifies values is
used.
====

[open,refpage='VkAttachmentStoreOp',desc='Specify how contents of an attachment are stored to memory at the end of a subpass',type='enums']
[open,refpage='VkAttachmentStoreOp',desc='Specify how contents of an attachment are treated at the end of the subpass where it is last used',type='enums']
--
Possible values of slink:VkAttachmentDescription::pname:storeOp and
pname:stencilStoreOp, specifying how the contents of the attachment are
Expand Down

0 comments on commit 632ab09

Please sign in to comment.