commit | 7eeefdef6b539dadfede41295cae186ba92bb36d | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Apr 04 22:54:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 22:54:15 2024 +0000 |
tree | 18ca76370a4a8cef44bdc9ae12874e257d529175 | |
parent | d4f8f96e1f2bb23707c9a225e63789589c9323c1 [diff] |
Revert "Make dawn_proc print a warning if dawnProcSetProcs is not called." This reverts commit 9ab14405904f8d99a51d675416968c8e1fec7818. Reason for revert: static initializers breaking roll into Chromium. Example failure: https://ci.chromium.org/ui/p/chromium/builders/try/android-binary-size/1842408/overview Original change's description: > Make dawn_proc print a warning if dawnProcSetProcs is not called. > > Fixed: dawn:2488 > Change-Id: Ifc65fef161710e775032a1c7930db307a921612a > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182120 > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Austin Eng <enga@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ie5cabe0569be57734f7562a23ca452ce7dfbd32e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182520 Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.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.