commit | 44ac03597ea7639b369a9ca0d21b7e921d4e98d9 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Wed Nov 29 20:37:29 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 20:37:29 2023 +0000 |
tree | 22cc6729c0ae0502c54c567d86d17252300cd4d5 | |
parent | 8500be5a3a0f268782d3320f056fb8561b2805e9 [diff] |
Make dawn node functions writable They are writable in the browser but not in dawn node. This breaks compat in the CTS which works by wrapping requestAdapter to insert `compatibilityMode: true` into the adapter descriptor in src/common/util/navigator_gpu.ts Bug: dawn:2151 Change-Id: Ic8a8f20c770c1a602ed03d07ca19c349be4c859e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163363 Commit-Queue: Gregg Tavares <gman@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.