commit | b703afc061cb518b81664c2fdb7f23570edf8934 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri May 05 18:55:15 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 05 18:55:15 2023 +0000 |
tree | d4b992f74d68ed31a3f3b0f6579f7b28c3ba25cb | |
parent | 4204bb3ef11e2ea9d10a7a18f32a4ed69cf870a9 [diff] |
tint/utils: Support hetrogeneous hashmap key lookups Allows map with std::string keys to be looked up, using a c-string or stringview without incuring a temporary heap allocation. Change-Id: Id5b7fd5ac1ab7febf545472f9767273f8637a0de Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131623 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.