commit | 4646de90be410746bc8e7b2c3d782dc901d61345 | [log] [tgz] |
---|---|---|
author | Ken Rockot <rockot@google.com> | Wed Sep 15 18:29:00 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 15 18:29:00 2021 +0000 |
tree | 3cb44e543c2d6f062b531e06677dc5204bfea72b | |
parent | 5528d0edd2c8587790cdc4de6dcf9d8ba35b4115 [diff] |
Support flattening multiple CommandAllocators This introduces CommandAllocator::AcquireCommandBlocks, which accepts a vector of CommandAllocators and flattens them into a single iterable sequence of commands. To support this, CommandAllocator is made movable. Bug: dawn:809 Change-Id: I3984c243e4bd74568eccba1a8a58ec26324c8ffa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63822 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
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.