commit | a840d5132ac88153efb26c92a24178d7d68eddef | [log] [tgz] |
---|---|---|
author | amirsojoodi <amir@distributive.network> | Tue Jan 23 17:03:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 23 17:03:44 2024 +0000 |
tree | 9eee16fadcc251f40076b16ce53b3e3ac34ccd1e | |
parent | d9ad09268bc191a4ec27a082da111e4aaf3ab69f [diff] |
Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR This allows Dawn to be used as a subdirectory of a parent CMake project. Amend: Replace PROJECT_SOURCE_DIR with TINT_ROOT_SOURCE_DIR Bug: dawn:2296 Change-Id: I1f1576e9007b0b866e7be22d7556a2542a9e205a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168060 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.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.