commit | 6f535820343563be8502483f44cf5be12435fdad | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Tue Jun 11 21:45:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 11 21:45:14 2024 +0000 |
tree | 03bfe7708d44bd3a72eb4823f9d5ec0971197250 | |
parent | c1496ba30d087b87bc193d7ef92be58fe1ca8881 [diff] |
Add struct keyword before structures in new callback function pointers This treatment is similar to the function pointer code gen above. It fixes a compiler error when the header is used in C. Bug: None Change-Id: I6368a6f8cee887cecaf5ed9d119413e0749f026e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193000 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Commit-Queue: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Auto-Submit: Jaswant Panchumarti <jaswant.panchumarti@kitware.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.