commit | 167a7da051df11c4e16035b56b0ceefc8d069752 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Dec 14 11:22:23 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 14 11:22:23 2022 +0000 |
tree | 6e2e97d79ed0081e2ef8a2cc613f3d028755758e | |
parent | 188ed1793a20602bba04792f4e7b426f329bff4a [diff] |
tint: Add TypeInfo as a field instead of a virtual Removes the overhead of a virtual function call, at the expense of a larger object. Change-Id: I81d783d4a69b16a69143d4b313f8d90d5df88a33 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114080 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: 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.