commit | bcfc2943c7770610834a76518c8aa7d83584884a | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Thu Nov 21 18:03:09 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 18:03:09 2024 +0000 |
tree | d8e670ed4bc7daf763c121f6be2ea3e3ffa7345f | |
parent | 91bcd47a30c2e70f737cad19ceff2fc7adf3a61e [diff] |
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>
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.