commit | ec2d4f1e878bbe1d17f49cc4be63f0f2acfaaea7 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Fri Sep 05 22:24:09 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 22:24:09 2025 -0700 |
tree | 0a732faa61c55a6f771d59e5404fd6516c7d9051 | |
parent | 20a2b761e0792305c841409d7ee5d127752e334d [diff] |
[dawn] Add DAWN_CHECK to stack_vec if absl doesn't provide it Abseil in Chromium sets ABSL_OPTION_HARDENED but Google3 does not (yet). Verified working as expected locally in both Dawn and Google3 builds. Use an #if, rather than just adding it unconditionally, just in case having a redundant check wouldn't get optimized out Bug: none Change-Id: I148c399647f0bc8c47f5a514d5edbcf525615640 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260658 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.