commit | e57041d9f54225d7070657678ac29036ae8852bd | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Oct 16 18:05:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 18:05:32 2024 +0000 |
tree | 4200bbb157190f59f2bcf2a5918a570695b34903 | |
parent | c5f706b42e0c062aa572255240093f1f065f2a79 [diff] |
[dawn][webgpu.h] Remove all uses of const char* callbacks Updates all the callbacks in tests, dawn.node and samples to use wgpu::StringView instead of const char* that's supported only temporarily. Bug: 42241188 Change-Id: Ifb18d068328e567f3453c0a5badc5a09e7deae5b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210437 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.