commit | a8fe877ddc2041616db84d3212ed7474730124f0 | [log] [tgz] |
---|---|---|
author | Jason Erb <jason.erb@sparist.com> | Wed Aug 30 14:51:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 30 14:51:21 2023 +0000 |
tree | ce00114f89686805c09a2fbc273ef8a786b2e185 | |
parent | b0dfccdfc36f7ef237a9cbc20b186023a70b1a4b [diff] |
Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR This allows Dawn to be used as a subdirectory of a parent CMake project. Change-Id: I173d54bcf3c1ec4e14be31d435f65c248d895e78 Bug: dawn:2014 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148800 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.