commit | 03b3594f79a2fb322dad39b757dbe706b905666c | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jan 07 17:30:48 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 07 17:30:48 2022 +0000 |
tree | 80b14da84956bacccf858596140c804757ea3ed0 | |
parent | 4d2196825704fc4f0e380cd1806d0d99445feb77 [diff] |
Add C overload for dawn_native::Adapter::GetProperties This helps Chromium move to using this method and stop using dawn_native::AdapterType/BackendType. Bug: dawn:824 Change-Id: I9e16edd271d3406bc45e3b9fd472bd94bbf53b30 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75583 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.