commit | 3a3cb367b7ac89fd5bb6fbb3e5e25cfe70fdf2ae | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Aug 16 01:05:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 16 01:05:21 2023 +0000 |
tree | 402e8b9378a774f5574814b01c3016ced38f1bfb | |
parent | fb0271f3ba17e39547026f6af8fa709ce5f4082f [diff] |
[tint] Migrate CMake build over to generated files/deps Add a `BUILD.cmake.tmpl` template file to emit CMake build files and target dependency information. Rename TINT_BUILD_SAMPLES to TINT_BUILD_CMD_TOOLS. The 'tint' executable is used more as a command-line interface than a sample. Update the root tint CMakeLists.txt file to use this. Change-Id: I35cf071af09fd401e87a9b0bd35dbf40e72b9995 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146386 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com>
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.