gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
121 stars 72 forks source link

Compat: Make compat tests run on core and expect to pass #3775

Closed greggman closed 3 weeks ago

greggman commented 3 weeks ago

This helps validate the tests are doing something that is supposed to pass on core but fail on compat.

This refactor found one bug in createTexture where it was failing because it was asking for a depthOrArrayLayers = 6 1D texture

Note:


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.