commit | 6b52f9d1d4ce74b8ff0d999595b386a76ba5e6c1 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue May 31 20:55:39 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 31 20:55:39 2022 +0000 |
tree | a51f2f2c665f4197d7aa190eb014558d1d63c23d | |
parent | 8bd5fec4827798143c44422db34a378124a3bedd [diff] |
Return an error surface if surface creation fails Fixes an ASSERT checking the created surface is non-null. Fixed: chromium:1330113 Change-Id: Iebbcd6e69042abea5b424953d78e294a92ce5c82 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92140 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com> 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.