| commit | 1de297a61fef504c76cca01c40bc4f3ba45b7f81 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Mon Sep 22 14:46:55 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 22 14:46:55 2025 -0700 |
| tree | 5fae9a1eb1e00d7b3cc6249fc62811c00e75ea74 | |
| parent | fab25c59f81fa77c24b5a62c99d3a5c9ccba0c82 [diff] |
Remove size_no_padding from struct. This CL removes the `size_no_padding_` member from the struct type and instead just calculates based off the last members offset and size. Change-Id: I959c2eb5b27598a0b05764b6eccd9ec0f9c7751a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/262856 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@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.