commit | 14d1f6cd4cd2ed18f1a2cc1d522b40444b24f751 | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Wed Jul 10 02:59:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 02:59:02 2024 +0000 |
tree | cdfcbf8b7f06f78ad2bb40a589e779aaf5a58981 | |
parent | 5399310ac248d424ed0a1c01826ff21971ba20f2 [diff] |
Add a quickstart guide for using Dawn in CMake projects Fix: 351564776 Change-Id: I48a3d6dca2846995c4061edab8d965fc5064a6c3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196956 Auto-Submit: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by: dan sinclair <dsinclair@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.