commit | 75d86d1007e86b147153e0447513707d71ab86d2 | [log] [tgz] |
---|---|---|
author | Shrek Shao <shrekshao@google.com> | Tue Nov 26 19:44:07 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 19:44:07 2024 +0000 |
tree | 411ce1a28444da89930752f1277a219c73540b0c | |
parent | 5d28e25927778b028473c4aa7af11fd5a5c9f76b [diff] |
Revert "webgpu.h: Update BindingNotUsed enum values | Part 1" This reverts commit bcfc2943c7770610834a76518c8aa7d83584884a. Reason for revert: Fails Dawn -> Chromium Roll for MLDrift Original change's description: > webgpu.h: Update BindingNotUsed enum values | Part 1 > > This CL renames current Undefined values to BindingNotUsed=0 (still the > default) for the following four enums: > > - WGPUBufferBindingType > - WGPUSamplerBindingType > - WGPUTextureSampleType > - WGPUStorageTextureAccess > > https://github.com/webgpu-native/webgpu-headers/pull/364 > > Bug: 377820810 > Change-Id: Id75bd9f05a78e8f08a319ef70050f45423f37e3d > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215114 > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 377820810 Change-Id: I763de67cfb1fa6328c5b5cb5ebb3161e067e5ed9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216774 Reviewed-by: Shrek Shao <shrekshao@google.com> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Kai Ninomiya <kainino@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.