Note: this test would have surfaced a compat issue if it already existed.
The issue https://github.com/gpuweb/gpuweb/pull/4989 was raised and this test tests in both compat and core that an implemation can use all the texture and sample combinations it is supposed to.
Requirements for PR author:
[X] All missing test coverage is tracked with "TODO" or .unimplemented().
[X] New helpers are /** documented */ and new helper files are found in helper_index.txt.
[X] Test behaves as expected in a WebGPU implementation. (If not passing, explain above.)
[X] Test have be tested with compatibility mode validation enabled and behave as expected. (If not passing, explain above.)
Note: this test would have surfaced a compat issue if it already existed.
The issue https://github.com/gpuweb/gpuweb/pull/4989 was raised and this test tests in both compat and core that an implemation can use all the texture and sample combinations it is supposed to.
Requirements for PR author:
.unimplemented()
./** documented */
and new helper files are found inhelper_index.txt
.Requirements for reviewer sign-off:
When landing this PR, be sure to make any necessary issue status updates.