commit | 1f9e50edd4d4536d227dd37063b3cf77749c3eef | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Thu Jan 12 11:44:40 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 12 11:44:40 2023 +0000 |
tree | 518828e4d2c52872ef4e438f5790331303930d4d | |
parent | c2c5dff0a41e0b79bb299d2f7e71373a958c73c5 [diff] |
Add another const to arrays of strings in renamer.cc These were triggering the "mutable constants" check on the android binary size bot. https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8792318173224229089/+/u/Trybot_Results/Mutable_Constants_Diff Bug: dawn:286 Change-Id: I91d823edb14335cbb5139ef0e7723b2d360d1ebc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116801 Auto-Submit: Brandon Jones <bajones@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@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.