commit | 4b325d66529bc696583b2248eccdf1d71e723cb9 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Apr 22 02:50:15 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 22 02:50:15 2025 -0700 |
tree | f303dd5fd8bc06777a5a026900b915f55a015f3e | |
parent | d2497a3e9389f0ac559d8842fb383ee204fe5852 [diff] |
[dawn][native] Add BGLEntryArraySize and validation in BGL This adds the new chained struct that will be used to specify the arraySize of BGL. It is gated both behind UnsafeAPI and a new killswitch toggle. Validation is added for this structure in the BGL as well as tests. Bug: 393558555 Change-Id: I2c73d31f297d75889738e18fdff15ec448901860 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/236414 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@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.