commit | 088071a5a7dfcdbd66c363a0cde1d442f52080fe | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Tue Sep 14 16:15:35 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 14 16:15:35 2021 +0000 |
tree | 6093358a688fb367d4430704d99ed77bb309c4ac | |
parent | 77755b9f55a4f475ca7a545fe1455624af744e4b [diff] |
Add device ID and vendor ID to device properties This CL adds device ID and vendor ID to device properties so that WebGPU can access it to help populate GPUAdapter.name. Bug: chromium:1231163 Change-Id: I460e5a72ffba350f88d2649789a61eaea9670135 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64180 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
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.