commit | 6c73afbb07426419154477c202209d1b7aab80cf | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Sep 24 16:19:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 24 16:19:52 2024 +0000 |
tree | 939b9ae9c4ae06efe565e92bbf54578a7133c5c5 | |
parent | 7a9eba534730bf843903fa754c3dc357a0457985 [diff] |
dawn::wire::client::Adapter: Deep-copy string from the AdapterInfo Otherwise AdapterInfo might be pointing at garbage data that's not null-terminated. Fixed: 369239987 Change-Id: I821af26cf0ee3240760b99f7e3c51dfcd55dfa94 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207954 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.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.