You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to spec:
loadOp is a VkAttachmentLoadOp value specifying how the contents of color and depth components of the attachment are treated at the beginning of the subpass where it is first used.
storeOp is a VkAttachmentStoreOp value specifying how the contents of color and depth components of the attachment are treated at the end of the subpass where it is last used.
Instead, the current DCE refer to the LoadOp and StoreOp for each subpass, which is not right. This makes the replay result of some multi-subpass samples wrong.
The text was updated successfully, but these errors were encountered:
According to spec:
loadOp is a VkAttachmentLoadOp value specifying how the contents of color and depth components of the attachment are treated at the beginning of the subpass where it is first used.
storeOp is a VkAttachmentStoreOp value specifying how the contents of color and depth components of the attachment are treated at the end of the subpass where it is last used.
Instead, the current DCE refer to the LoadOp and StoreOp for each subpass, which is not right. This makes the replay result of some multi-subpass samples wrong.
The text was updated successfully, but these errors were encountered: