commit | 55c0c9d950edb4f45b2f94d5c3e4114fc30609e8 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri May 20 23:43:21 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 20 23:43:21 2022 +0000 |
tree | e4811e0ef12e47cc6d7dd2befae07180c8621c0a | |
parent | d3de38d7e3880a90cbed8f8fb895729e580c8fbd [diff] |
tint: Add abstract numerics to vector and matrix constructors These are the first intrinsics to support abstract-integers and abstract-floats. Nothing can use these yet, as the resolver hasn't had abstract numerics enabled in production builds. Bug: tint:1504 Change-Id: I2760f72f5d3c68c30c2e7de5ae5fb290dce64d3f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91027 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.