commit | e56dae56bf1375b9a83a9f78d2767d4855b040cd | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Wed May 31 15:26:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 31 15:26:04 2023 +0000 |
tree | f407e94a03ba00cfc688c996fbb07fdbda8de575 | |
parent | dced7533133b33644994e507a7a4c7cb74a677f1 [diff] |
Revert "Updates return type for bitmask fields to be the Flag version." This reverts commit 195cb637732ebe84ba08d09ba8834fa532912dc4. Reason for revert: Suspected to be breaking the roll into Chromium. (`error: undefined symbol: enum WGPUBufferUsage __cdecl dawn::native::NativeBufferGetUsage(struct WGPUBufferImpl *)`) Original change's description: > Updates return type for bitmask fields to be the Flag version. > > github.com/webgpu-native/webgpu-headers/issues/172 > > Change-Id: Id1ec887cbd1cc3fefdce2f20bde89b3e529a96fa > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134541 > Kokoro: Kokoro <noreply+kokoro@google.com> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Loko Kung <lokokung@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> TBR=kainino@chromium.org,enga@chromium.org,noreply+kokoro@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,lokokung@google.com Change-Id: I3f06af96ad62df755453913804fc52a42eb8290d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135180 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.