commit | 3e277d21127fcc6547a04d0f48f5b522a1a93972 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jun 12 13:54:10 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jun 12 13:54:10 2024 +0000 |
tree | e3de7b06ef3c48389f6ad90cbd8c51943fc14ea7 | |
parent | 514cba8be98779c0df50a0c3fa749a428c37d1c7 [diff] |
[msl] Skip undef arguments in struct constructors We use field designators for struct constructors, so we can just skip over these arguments and leave them uninitialized. They show up for module-scope structures when there are unused variables. Bug: 42251016 Change-Id: I60a046346f172a88fed62ea2867ed867f53567cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193142 Reviewed-by: dan sinclair <dsinclair@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.