commit | c244f8e3b96e6bd2310baf79d75f349b329dfc56 | [log] [tgz] |
---|---|---|
author | Fr <beaufort.francois@gmail.com> | Tue Jan 14 05:13:02 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 05:13:02 2025 -0800 |
tree | 282b830cba24977625c8a0e0fbcde62b850f7449 | |
parent | e2325772f0ff19bbd1b607587bd610900a82b4fa [diff] |
Revert "Add dep on third_party/webgpu-headers" This reverts commit b94ef82a4b1e7e16bc6f863bb4d0cb8c92cefeac. Reason for revert: Using upstream header is not going to happen anytime soon. Original change's description: > Add dep on third_party/webgpu-headers > > This way, we can eventually use the upstream header / .yml > > Fixed: dawn:2556 > Change-Id: I2e9138aa053117f2bf99c07c4f0a9a840629efe9 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186660 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I7e02ca20c7d3cf72cf8f3703a21ae12e216c86ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221254 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Fr <beaufort.francois@gmail.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.