commit | 3bb360f0bb91695d1fe85624a8ef9d70e857c632 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed May 25 09:19:54 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 25 09:19:54 2022 +0000 |
tree | f02a828e02e0586a485170491f6cc5cf5c396753 | |
parent | f8a3a7c121a333f5ecf68969bb0289cbbd6ab50a [diff] |
tint: Add utils::TransformN() A fork of utils::Transform() that transforms at most 'n' elements of the input vector. Change-Id: I0ec546f99ee74817ebfd20abf02db5faf5f8ec5c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91302 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.