Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan: Attachment LoadOp and StoreOp are not handled correctly in DCE #1032

Closed
Qining opened this issue Aug 30, 2017 · 0 comments
Closed

Vulkan: Attachment LoadOp and StoreOp are not handled correctly in DCE #1032

Qining opened this issue Aug 30, 2017 · 0 comments
Assignees

Comments

@Qining
Copy link
Contributor

Qining commented Aug 30, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant