commit | 8eb36b446d3d0234cbb84cb7f3e5ee27317c9262 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Apr 02 13:01:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 13:01:27 2024 +0000 |
tree | acd701fa2190201cbd5c02de62959a381fcaac9a | |
parent | 66f38fda85fedaed39d8db03d8e07a267675c720 [diff] |
Replace DAWN_UNUSED with [[maybe_unused]] Bug: none Change-Id: Icbc2be46801018afb85d7c5e0e3b655c526fbb69 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181722 Commit-Queue: Austin Eng <enga@chromium.org> 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.