commit | c450f62194824b1edba44c415aa8ce7050fc3dd9 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Wed Aug 23 20:30:07 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 23 20:30:07 2023 +0000 |
tree | 47bdde3e9e712c2bc49bc39bad7c443d930226c2 | |
parent | c3473bd745a47cfdf07fee728dc12d65e6c8a938 [diff] |
Splits ChainUtils.h into a ChainUtilsImpl.h for further extensibility. - For templating specialization to resolve in the correct order, extensions need to be included before type aliasing. Bug: dawn:1955 Change-Id: Ide745548ed4cd84fea67f276eb550e4638180403 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147261 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>
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.