commit | e4039c76c731b4e41181ea07ef3afe1ed9400aab | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Feb 17 21:58:59 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 17 21:58:59 2023 +0000 |
tree | eaaf55fdeadd039610ec0f7c77c4255c6962ddb0 | |
parent | 6392579ee1f146e346ca308abc98d76da60a83ae [diff] |
Move the Extension builtin to the builtin/ folder. This CL moves Extension from ast:: to builtin:: Change-Id: Ica1e6f4f9229341b547011389d47ae3be9830b0d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120362 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.