commit | 498fe977c5dd44eb014c3173d43b8f0da79db1cd | [log] [tgz] |
---|---|---|
author | Nicolas Chavez <nickchavez@google.com> | Mon Oct 14 18:24:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 14 18:24:04 2024 +0000 |
tree | 28749c7fad67766d9790f7d525a5927af9f17fd8 | |
parent | dc99505f66164ccf82b03efa8a53a4fc191f29a7 [diff] |
Fixes the Quickstart With CMake guide to use webgpu_cpp_print.h The example currently does not compile as it can't otherwise find the << operators for StringView. R=cwallez@chromium.org Change-Id: I135f6e51238209f3acce8db0433164c30f84ebd5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210795 Commit-Queue: Nicolas Chavez <nickchavez@google.com> Reviewed-by: Corentin Wallez <cwallez@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.