Closed beaufortfrancois closed 3 weeks ago
This PR adds simple tests for the adapterInfo GPUDevice member. It can be tested in a Chromium build patched with https://chromium-review.googlesource.com/c/chromium/src/+/5980752. It is available behind the "Unsafe WebGPU support" flag at chrome://flag#enable-unsafe-webgpu as the spec PR https://github.com/gpuweb/gpuweb/pull/4809 has not landed yet.
chrome://flag#enable-unsafe-webgpu
Requirements for PR author:
.unimplemented()
/** documented */
helper_index.txt
Requirements for reviewer sign-off:
When landing this PR, be sure to make any necessary issue status updates.
Tested my changes in Canary with --enable-unsafe-webgpu, still works as expected.
import { keysOf } from '../../../../common/util/data_tables.js'; is useful. Thanks for improving the PR!
import { keysOf } from '../../../../common/util/data_tables.js';
This PR adds simple tests for the adapterInfo GPUDevice member. It can be tested in a Chromium build patched with https://chromium-review.googlesource.com/c/chromium/src/+/5980752. It is available behind the "Unsafe WebGPU support" flag at
chrome://flag#enable-unsafe-webgpu
as the spec PR https://github.com/gpuweb/gpuweb/pull/4809 has not landed yet.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.