commit | 17770f5f1727e1d7ebb6acf68bf51db7b264b2b0 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Feb 20 17:34:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 20 17:34:27 2024 +0000 |
tree | f69f0a196a600b40f57facaa4a1b48d12e1d0b83 | |
parent | ae328e657207720048698c82510cbce62b82fdca [diff] |
[tint][intrinsics] Add explicit template arguments Re-introduce the <...> template syntax as a list of explicit template arguments. These must be provided to match the overload. Add the explicit-template overloads to the various intrinsic definition files. The non-WGSL definition files probably don't need both implcit and explicit overloads for many of these, but this keeps behaviour consistent. Change-Id: Ie8078db1ed578fa7c72890f9f47a9ebc8aee420e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/175244 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Kokoro: 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.