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

Warn for bad uses of VK_ACCESS_MEMORY_* and *_OF_PIPE #1453

Closed
krOoze opened this issue Jan 1, 2020 · 1 comment
Closed

Warn for bad uses of VK_ACCESS_MEMORY_* and *_OF_PIPE #1453

krOoze opened this issue Jan 1, 2020 · 1 comment
Milestone

Comments

@krOoze
Copy link
Contributor

krOoze commented Jan 1, 2020

#24

  1. Warn when using VK_ACCESS_MEMORY_* with only *_OF_PIPE_BIT.

  2. Warn when using VK_ACCESS_MEMORY_WRITE with only read-only stages (and vice-versa)

  3. Warn when using *_OF_PIPE_BIT where user semantically meant VK_PIPELINE_STAGE_ALL_COMMANDS_BIT

@mark-lunarg
Copy link
Contributor

Moved into Tracking Issue #24! Thanks Petr.

@shannon-lunarg shannon-lunarg added this to the sdk-1.2.131.0 milestone Jan 22, 2020
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

3 participants