commit | 7056f5eb819d2c71c303edd145d370894a46f1fa | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Wed Jun 26 16:40:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 26 16:40:04 2024 +0000 |
tree | 94e72c1290c370ce90c53805bd1c2fb01f2ea621 | |
parent | 61f763cc38efc138308ff1efa411f5b9bf399210 [diff] |
Use dawn_add_library function to create the dawn_common library Change-Id: I75370827f54b140700fffb4a4d6ccc72e3d8ed96 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194917 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Commit-Queue: Jaswant Panchumarti <jaswant.panchumarti@kitware.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.