commit | 8c56cd2da507853b129dca9a80d0a2b1bbcf2fa9 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Apr 05 15:27:51 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 05 15:27:51 2024 +0000 |
tree | f54e0f97b08ae80338ab6edba5846ee2c6b2e77e | |
parent | a444bf851d07621a428ad6c61c4d31a9dff9400e [diff] |
Reland "Make dawn_proc print a warning if dawnProcSetProcs is not called." Reland with a fix to avoid a static initializer. 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> Change-Id: If8bdc53b34a9dd6051c73d8dc21d3f2390ce140e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182581 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
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.