commit | d4dca299aae3548195f532e665f69f0ae25cf7a3 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Sep 20 10:04:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 10:04:04 2024 +0000 |
tree | f6a1d9e46cd6b439aaf60598673bbea4ced7a31d | |
parent | 075e51acd50a172854403499cd246612fbaad302 [diff] |
[dawn][emscripten] Remove AdapterProperties functions. - The AdapterProperties function and entry points have been deprecated so remove them from the Emscripten implementation. - Note that not removing them results in build failures as the struct is no longer declared in dawn.json. Change-Id: I5ea6a43da58abd01453f58ddd15c5b3b9ee5994a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207134 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: 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.