commit | 1fc1f8fbcf7b603afdc122952efad030b6de9adc | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Feb 28 16:10:23 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 28 16:10:23 2024 +0000 |
tree | 87209493424f7979d3d82f114d761975e862588f | |
parent | 55c3399c14d8125e1315bdd2fda6a6cafa94ad64 [diff] |
[tint][core] Highlight intrinsic table matches / mismatches. Helps highlight what didn't match. Also: Reduce the line length, these can be very long and word-wrapping can make it very hard to read. Point out that a call with more explicit template arguments than expected is the reason for a failed match. This can be confusing. Fixed: tint:2158 Change-Id: Ibdafd1ad3be1c846bfae8b93e1ec7b1669a3a556 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/176100 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@google.com> Commit-Queue: 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.