commit | 3a9ec08b34699967b797b01e1096d8ded0e690d5 | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Fri Jul 19 20:00:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 20:00:21 2024 +0000 |
tree | ae101f695da565796b89455de7a991089198478f | |
parent | 34d1552b0826dc9a6c8b411fc06eae0fd6803f57 [diff] |
[node] Use wgpu::Adapter::GetInfo instead of GetProperties GetProprties is deprecated. Fixed: chromium:354194931 Change-Id: Id214e6a54a2d54e09a570cd6e1ad959f13e15fe9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199454 Commit-Queue: David Neto <dneto@google.com> Auto-Submit: David Neto <dneto@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@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.