commit | e5fff2277474fbdc1b3d696c69346b088fc098aa | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Apr 24 17:31:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 17:31:12 2024 +0000 |
tree | 6cfeeebdec58687cff6e9bd2d68bc135baefa331 | |
parent | b0e445c0a103a80d530c802a223a395e8782146a [diff] |
[tint][ir] Track owning Function in FunctionParam This allows transforms to more easily determine suitable insertion points, and enables the validator to ensure that function parameters are only used in a single function. Change-Id: Ib5223b9f8b4c54f281448127045348c609b95a8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185520 Reviewed-by: dan sinclair <dsinclair@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@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.