cts icon indicating copy to clipboard operation
cts copied to clipboard

Add tests for the usage field of GPUTextureViewDescriptor

Open vonture opened this issue 1 year ago • 0 comments

Added to the WebGPU spec in https://github.com/gpuweb/gpuweb/pull/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 avatar Sep 18 '24 20:09 vonture