commit | 5107db56378aa35dbc034478dc5744ed5fac2801 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu May 18 23:29:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 18 23:29:25 2023 +0000 |
tree | f8fdd479bb5ceccc30cc288431fcab2cd40ffbc3 | |
parent | 24cb81116d30d0eee37ed5897c5a65df4baf31a0 [diff] |
Add DAWN_DEBUG_BREAK_ON_ERROR environment var and debugging docs DAWN_DEBUG_BREAK_ON_ERROR executes dawn::BreakPoint inside ErrorData::Create so that an application can inspect their callstack immediately when an error is generated. Bug: dawn:1789 Change-Id: I3f31b9713414d31b69ed469474e0f3c0f714540a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133562 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.