commit | a12ff9abd17832664dc64f0a31dae08d0aa09a7e | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Mon Jan 30 09:16:51 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 09:16:51 2023 +0000 |
tree | 51a00c48507fc8cc65df6a44bd4f52adc9e02193 | |
parent | 64d8d18a934a6db63d414dc84ca9c3b58aff1a95 [diff] |
Dawn: Deprecate DawnTogglesDeviceDescriptor with DawnTogglesDescriptor This CL deprecates DawnTogglesDeviceDescriptor and replace it with DawnTogglesDescriptor, which will be also used to provide instance and adapter toggles with future CLs. Bug: dawn:1495 Change-Id: I5f5cfdf38dcbcd237727a7f921462597b9301f1f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117174 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Zhaoming Jiang <zhaoming.jiang@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.