commit | 23696b1ba3fd523f9f989677890af18db0d68d7a | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed May 18 21:56:28 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 18 21:56:28 2022 +0000 |
tree | 969c0891dbf0cfb7d144d1e4adcf9a35d2d6029a | |
parent | 2e681052b313ed547189d95d58d73081c028d604 [diff] |
tint: Implement abstract-numeric overload resolution Support overload resolution of abstract-numeric argument types, allowing them to implicitly convert down to concrete parameter types (and in the near future, abstract parameter types). Major kudos to cwallez for the suggested algorithm which is a minor adaption of what we had already. Bug: tint:1504 Change-Id: I85fa8e70ab0b6aa643caec4c51433f15784af55f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90522 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
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.