commit | 7d8708188b306dd5014f89ef00fc46b1254d57c6 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 04 11:25:06 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 04 11:25:06 2024 +0000 |
tree | ce98fb948f7df78cc90aec6be4567f246e84786c | |
parent | 3c4f3ab4b33f13560155fe0282dcb623f830f5b8 [diff] |
Update `types/functions/parameters.wgsl` to call `foo` This CL updates `test/tint/types/functions/parameters.wgsl` to call the `foo` method. If `foo` is not called from the entry point then it's possible for a backend using `SingleEntryPoint` to strip the `foo` method. Bug: 364029445 Change-Id: I945031cba97db4ef19a8b40f8b1b9a0dfb7ae61c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205256 Auto-Submit: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> 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.