commit | 0a3b1b98cce78d3b8756708b900bf3ce246dde4a | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Thu Jun 27 12:34:13 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 12:34:13 2024 +0000 |
tree | d647699f75890342adf4f45754f1f494a63a4a86 | |
parent | e7e1f536ea9ad4272a3b10a9b805f95e78df093f [diff] |
Use dawn_add_library function to create the dawn_native library Change-Id: If1cdf3824d08b3d26ef7750e921ad82feb6edc53 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194920 Reviewed-by: Corentin Wallez <cwallez@chromium.org> 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.