commit | 7164b97272bed8987409c0289690960f5633becd | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jun 15 10:02:37 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 15 10:02:37 2022 +0000 |
tree | 9a9f9584c24e5065e3d3f3401859073d3198ca88 | |
parent | 93928b0d197e375f877a0c8bc74e063b36feb622 [diff] |
tint: Clean up Func() usage Drop the vector typename from the initializer lists. These don't really provide any significant help in understanding the arguments types, as the list of element types can be easily inferred. This is done to simplify the refactor ast::VariableList -> ast::ParameterList. Bug: tint:1580 Change-Id: Ibf8564ca9b2bafd2eaa2e4aa54c29be6bbe7a682 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93600 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@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.