commit | a4a5abfaca6098308fc3e6bea703aaa35a1e52ff | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Sep 04 22:00:11 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 04 22:00:11 2024 +0000 |
tree | 90d1008d5fffb2a6bf0f8f58a0e02364da8c2fbb | |
parent | f37b8fcef30b699ddb1b270bdeee84055016c8c8 [diff] |
[msl] Remove used_array_length_from_uniform_indices This is never used by Dawn, and the IR transform currently does not produce this information. We can add it back if Dawn ever needs it. Bug: 42251016 Change-Id: I8a3f0517cd0d399223a01ca46a0bf9522a43116c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205418 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
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.