commit | da44546bff09be544785a2fb359a92c1c3f0bc72 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu May 09 17:41:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 09 17:41:44 2024 +0000 |
tree | cdc643f275b5ea937541fb2a676a01ecac8356da | |
parent | 0a60d528a4a693ba225af966043f01ae1fdfb997 [diff] |
Remove forward declaration of absl::FormatSink absl says that it does not officially support forward declaration of its classes. Fixed: 42241501 Change-Id: Ice26c5d7fafb8444768ea58ea792b48a57115c88 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187700 Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Austin Eng <enga@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.