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 barrier stages are wrong #3

Closed
Themaister opened this issue Jul 6, 2017 · 1 comment
Closed

Vulkan barrier stages are wrong #3

Themaister opened this issue Jul 6, 2017 · 1 comment

Comments

@Themaister
Copy link

BOTTOM_OF_PIPE/TOP_OF_PIPE are used with srcAccessMask/dstAccessMask != 0. These stages do not access memory, so any memory barrier on these stages is wrong. ALL_COMMANDS_BIT -> ALL_COMMANDS_BIT would accomplish the same thing.

@chaoticbob
Copy link
Owner

I've made the suggested change.

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

No branches or pull requests

2 participants