commit | be274e88de4d20d36cb32c58480abe8e7d2086e0 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Mon Nov 27 20:31:20 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 20:31:20 2023 +0000 |
tree | e77e3ba8f598fbcb53559c5dc80a16bff70e401a | |
parent | b5d38fc7dc2a20081312c95e379c4a918df8b7d4 [diff] |
Add WGPUAdapterPropertiesMemoryHeaps This struct may be chained on WGPUAdapterProperties to query the size and type of memory heaps available on the adapter. Bug: dawn:2249 Change-Id: Ia8205fde8d05c26a9e73f2093897a844617d7918 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161240 Reviewed-by: Quyen Le <lehoangquyen@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.