commit | dd65818f67fd42f4f96c54451c75e209fb174f3e | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Thu Nov 07 04:32:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 07 04:32:28 2024 +0000 |
tree | 1cb353ed4d34bfedaa27843b63d7b8cd1084f118 | |
parent | b4b1d02e6e41c42ccf8ec9cba492c2098d4fc4d3 [diff] |
[dawn][emscripten] Implement GetFeatures in Emscripten. - Also removes EnumerateFeatures. Bug: 368672123 Change-Id: I79fc0a5c96af810e016cab1f94adb922263deeca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214274 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Loko Kung <lokokung@google.com> Commit-Queue: Kai Ninomiya <kainino@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.