commit | e9d14e9f0086bbee9e425720247fa47bea6c81f0 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Oct 08 09:29:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 09:29:56 2024 +0000 |
tree | 218e460c406123bceb51b51192900c5a4faf52f5 | |
parent | 4260675f065044246ac8a03d3fd40ec124accc47 [diff] |
webgpu.h: Remove device argument from GetProcAddress Also removes the previous version of the function that took a const char* instead of a WGPUStringView. Bug: 42241188 Change-Id: Iac574ec93c8a904f09fae8cd64eead7a07b6f810 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/209097 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
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.