commit | 85b76752177bbe5a0553945ec062dfc71aba01b0 | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Tue Jun 25 04:24:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 25 04:24:49 2024 +0000 |
tree | ce55d121da8590d2aad5a0754f70c073e276b552 | |
parent | 6949f01cff438389019c5bf9b301648ea08dadfb [diff] |
Add new cmake function dawn_add_library - This function is meant to simplify creating new dawn targets of different kinds. It will be used to create dawn_common, etc Change-Id: Ie1d1d595d0553f33284b6ec9180e8df25ac1930a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194913 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: 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.