commit | c58ad5b6f2c19d389f8680aa5664a7186087827d | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 21 17:01:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 21 17:01:26 2023 +0000 |
tree | 1c9aadab1b226be2022ac56d22197886d2c8da35 | |
parent | 1130384168049bbbfddb9a0b6428422ce7658fca [diff] |
Add documentation for 5 simple Dawn extensions. Bug: None Change-Id: I00fbb727bff7ce1abde764af29837d724c29136f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161684 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.