commit | 94be346a611a4a9eca5cd5b378c052234d222b08 | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Fri Mar 21 14:51:03 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 14:51:03 2025 -0700 |
tree | 31a9308b531bd3a6adf2ab233d7c6f0467efec91 | |
parent | 40f8f44d6bd622a31040e22c3b95cd1f8cbd9e1e [diff] |
[native] Remove ComputeEstimateMemoryUsage method Remove old ComputeEstimateMemoryUsage native method in favor of ComputeEstimatedMemoryUsageInfo method. Bug: chromium:402138745 Change-Id: Ie2c8ff950ae8910dd47292b7fecd33d57520684f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232255 Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
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.