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

Add tests for the usage field of GPUTextureViewDescriptor #3953

Open
5 tasks
vonture opened this issue Sep 18, 2024 · 0 comments · May be fixed by #3954
Open
5 tasks

Add tests for the usage field of GPUTextureViewDescriptor #3953

vonture opened this issue Sep 18, 2024 · 0 comments · May be fixed by #3954
Assignees

Comments

@vonture
Copy link

vonture commented Sep 18, 2024

Added to the WebGPU spec in gpuweb/gpuweb#4746. We need tests of:

  • Validation of texture view usage in render pass outputs
  • Validation of texture view usage in bind group entries
  • Validation of compatible usage between the source texture and view
  • Validation of inherited usage
  • Drawing correctness tests when using view usage that differs from source texture usage (minimal and inherited usages)
@vonture vonture linked a pull request Sep 18, 2024 that will close this issue
8 tasks
@vonture vonture self-assigned this Sep 18, 2024
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

Successfully merging a pull request may close this issue.

1 participant