We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#24
Warn when using VK_ACCESS_MEMORY_* with only *_OF_PIPE_BIT.
VK_ACCESS_MEMORY_*
*_OF_PIPE_BIT
Warn when using VK_ACCESS_MEMORY_WRITE with only read-only stages (and vice-versa)
VK_ACCESS_MEMORY_WRITE
Warn when using *_OF_PIPE_BIT where user semantically meant VK_PIPELINE_STAGE_ALL_COMMANDS_BIT
VK_PIPELINE_STAGE_ALL_COMMANDS_BIT
The text was updated successfully, but these errors were encountered:
Moved into Tracking Issue #24! Thanks Petr.
Sorry, something went wrong.
No branches or pull requests
#24
Warn when using
VK_ACCESS_MEMORY_*
with only*_OF_PIPE_BIT
.Warn when using
VK_ACCESS_MEMORY_WRITE
with only read-only stages (and vice-versa)Warn when using
*_OF_PIPE_BIT
where user semantically meantVK_PIPELINE_STAGE_ALL_COMMANDS_BIT
The text was updated successfully, but these errors were encountered: