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

Test Resource Conflict Validation #3132

Open
Tracked by #3678
cwfitzgerald opened this issue Oct 22, 2022 · 0 comments
Open
Tracked by #3678

Test Resource Conflict Validation #3132

cwfitzgerald opened this issue Oct 22, 2022 · 0 comments
Labels
area: tests Improvements or issues with our test suite area: validation Issues related to validation, diagnostics, and error handling type: enhancement New feature or request

Comments

@cwfitzgerald
Copy link
Member

#3126 is an example of poorly functioning usage scope resource conflict validation, we should add tests which cover the various cases that issues arise.

Examples:

  • Is it invalid to the same resource at the same time in multiple ways.
  • Is it valid to bind the same storage buffer multiple times, from different bind groups, at different times.

See the compatible usage lists here: https://gpuweb.github.io/gpuweb/#programming-model-resource-usages

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request area: validation Issues related to validation, diagnostics, and error handling area: tests Improvements or issues with our test suite labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tests Improvements or issues with our test suite area: validation Issues related to validation, diagnostics, and error handling type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant