commit | 58213ae9f586fe0cc84a41f6d7941506760e2d0d | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Apr 30 06:15:26 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 30 06:15:26 2024 +0000 |
tree | a17247d149b3f2c4c50aaf34339cd297363d2a1c | |
parent | 690f568c5a844003c4c0227df767e1ed5328611e [diff] |
Implement C INIT macros Add a unittest that the C defaults match the C++ defaults Use the init macros in some existing tests that use the C api Fixed: dawn:2243 Change-Id: I4bf7492a19babac082872cad9bc151dbff3d5a1f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185968 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.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.