commit | fdcbf02e20daca839aa921556f4d84e5c3a81e40 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jun 13 22:32:50 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 22:32:50 2024 +0000 |
tree | 9f81b7882218d7b6f9d0867aa2a1432dc37566ec | |
parent | 58f093f6b880c75645539ab8579068612c8c6181 [diff] |
[ir] Add a templated `zero` helper. This CL adds a templated `Zero` helper to the builder to match with what is provided by `Composite` and `Splat`. Change-Id: I44abc4cca7c6e08f521de3a43c606a1a4ffd892b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193620 Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> 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.