commit | d98b3076f580098c27421f5643d20a72a50fcda3 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed May 05 17:37:43 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed May 05 17:37:43 2021 +0000 |
tree | bb3881a5153da53bc2012fe4de75c12afb7c6250 | |
parent | c8f0b6d633dfdbb235704a797ab21f44f48cced3 [diff] |
EncodingContext: Forward the backtrace of stored errors. This makes error messages from command buffers more useful because they keep the whole stack trace instead of just showing that the error was created in the CommandBuffer::Finish call. Bug: dawn:632 Change-Id: I23e66045c3caa1ad086003a04eed78c40aefc562 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/49885 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: 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.