commit | 85aed12213f424bbe01b386129ab642f9a0c9f7c | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 26 19:13:41 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 19:13:41 2024 +0000 |
tree | 61eb4bac423117bb7457818ab3beaff03ee16570 | |
parent | 92be693039ec273ff4fdb8be32c3ec580d9fcacc [diff] |
Rename `HoldsAbstract` to `IsAbstract`. All of the other type methods are `Is*` except for `Abstract` which is `Holds`. This Cl changes `HoldsAbstract` to `IsAbstract`. A vector or matrix with an abstract element is still an abstract vector. Change-Id: I5ee87031ac49dc654a2f1e70e854ab700eac4e2a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203875 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.