commit | 873df0a2f7e4e5742c108b213a651cee50323fdd | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Sep 30 20:34:08 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 20:34:08 2022 +0000 |
tree | 19e33206adb617cfa61b6770db0a9770ecac65bc | |
parent | 7a4072e3e358a73088341c176174cd5db1f12ad6 [diff] |
webgpu.h: bundlesCount -> bundleCount This is a noop change because it just renames a function argument in dawn.json. All other places for that argument already used bundleCount so no additional changes are needed. Bug: None Change-Id: Id3d77d61886b470beede8229cc079905682c3525 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104362 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Corentin Wallez <cwallez@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.