commit | f55490aa5ac4b188b1db85d5baaada3a7b02c4b3 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Wed Oct 16 09:02:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 09:02:45 2024 +0000 |
tree | 12d61280ba29799a25317adb7e3930770c1a3466 | |
parent | 0b31a6ca843a575e1d15083fb0c7603d1a553d64 [diff] |
Dawn sample: Apply toggles when creating adapters and devices This CL make Dawn samples create Dawn adapters and devices with required toggles applied. Fix: 373474042 Change-Id: I8476eb2d89010cccfdf2b4155367a6803218ec73 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210914 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.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.