commit | f5c2e22e8752c12357c6122784aa3e7d4ef0f129 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 04 11:25:45 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 04 11:25:45 2024 +0000 |
tree | 6aac5e2d00811d7f584164e85d4466615706b901 | |
parent | 7d8708188b306dd5014f89ef00fc46b1254d57c6 [diff] |
Update samples/function to call the `main` function. The `main` function was not called by the entry point `ep`. This means it maybe stripped from the file if `SingleEntryPoint` was run. This Cl calls `main` from `ep` to keep it from being stripped. Bug: 364028284 Change-Id: I8cec2461d31055fdc234a6ff70542e7a983e1561 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/205254 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.