commit | 2092a66ab5e4b91bf7eb163008d13190d7faaa53 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Sep 10 21:07:39 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 21:07:39 2021 +0000 |
tree | e045d69976558acb9aa2919f2a4dc52d6943c144 | |
parent | dc7971ce587a7f52dad3f39515e7a71f713d6540 [diff] |
dawn_native: Add RequestDevice to the Adapter Adds a basic RequestDevice method to the adapter, only in dawn_native. We will revisit this when we implement adapters in dawn_wire. RequestDevice allows us to have tests of the limit bounds because it receives a callback which can return status codes and error messages. Bug: dawn:685 Change-Id: I7a68922b078c6a436f49a16346cb41fb9df9cfee Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63982 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.