commit | 7065c21fbb3dae73c7e7ee3c370b9bb3258c6de5 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Nov 16 00:50:04 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 16 00:50:04 2021 +0000 |
tree | 0aab7a1b2363f435f349be29f5a46c6b2edbb95c | |
parent | 1dc31428f1f37e92cc55e61d0cbeed7280927e02 [diff] |
Add descriptive error contexts to adapter initialization To help diagnose issues where Dawn fails to create or initialize an adapter. Bug: none Change-Id: I0c757f99596e9b4ac0e559807654ffaf9cb03feb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/69420 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: 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.