commit | 320554e0a5c30ee17276c3898e5f344f1ad74df6 | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Thu Jul 04 06:18:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 06:18:44 2024 +0000 |
tree | be4f1deecd01a20d2cbebfe5c1a4de9482e92579 | |
parent | 30b51d58d708c03e603390d899af3c47f17ec086 [diff] |
Add deprecation warning to Adapter::GetProperties() This CL adds a deprecation warning to let developers know thet should use Adapter::GetInfo() instead of Adapter::GetProperties(). It also updates Dawn to use Adapter::GetInfo() internally. Bug: 335383516 Change-Id: Ia4eead297b553a41b522600a5c4cee605c825595 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193043 Commit-Queue: Fr <beaufort.francois@gmail.com> Reviewed-by: Kai Ninomiya <kainino@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.