commit | 859fb3058f8b9293575ce8afbdf621c0e2b8ad57 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Sat Aug 17 01:44:58 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 17 01:44:58 2024 +0000 |
tree | 6d5e25a1b19812a41dbba7c1c0575d227ef03c7e | |
parent | 5a9506d1e60a2e75af8d266820284db9bf6d953d [diff] |
[dawn][emscripten] Implements initial Future's API - Implements the base features for Futures along with an implementation for instance.RequestAdapter. Bug: 358445329 Change-Id: I8b1a7e30b4be682fa5b9d80d51cf9df5b6bdd834 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202176 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: 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.