commit | 7d8ee4a956fb4acf14b7b8a233cf2808a72834d6 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Sep 20 21:10:39 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 21:10:39 2023 +0000 |
tree | b2e6f0d48e1b6a75b453abd01af2bdc8ac404257 | |
parent | 47bb5dbbb92d15084da8c7ea0d5389ac55ca7dc9 [diff] |
[tint] Move ZeroValue() to constant::Manager This makes it accessible to other parts of Tint that need to create zero-values for arbitrary types. Change-Id: I845f5d01a92cf51fc3306e559760f75172226359 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/152462 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.