commit | 4551ae27ee27e5da5ae35808b0716cd01e16f09e | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Jul 17 20:14:12 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 17 20:14:12 2024 +0000 |
tree | 58d3bdc85678f1c86dfdc3c866461a7068e613e0 | |
parent | 1b6ebd0cf557c8e8f51f1874ff1d13bddfdf8330 [diff] |
[cpp] value-initialize sub structs This is needed so that the WGPUString struct inside other structs gets value-initialized to the nil representation for WGPUString. Bug: 42241188 Change-Id: I3d3e4793b4ed578829925fdae2cc2721f72966a2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/198775 Reviewed-by: Corentin Wallez <cwallez@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.