| commit | 53afdd197744e8212936afdc89048e77e6729ced | [log] [tgz] |
|---|---|---|
| author | Antonio Maiorano <amaiorano@google.com> | Fri Nov 28 01:34:06 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 28 01:34:06 2025 -0800 |
| tree | 72d5421e58c24776f49908d92f94ae8a391c7fc6 | |
| parent | abc5871ef220428159d123109d6b5645242b8787 [diff] |
[dawn][native] Use strong types for Command structs Specifically, modify TextureCopy, CopyBufferToTextureCmd, CopyTextureToBufferCmd, and CopyTextureToTextureCmd structs to use strong types (TexelOrigin3D and TexelExtent3D), and update code that uses them. Also opportunistically update other code to use strong types. Bug: 424536624 Change-Id: I36c777f3d1acc00b8a5facf437224c416b502ec2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/276714 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Antonio Maiorano <amaiorano@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.