commit | 4c92f4b85680a5f32f635c3abb7091b2f1ef2595 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Tue Aug 20 19:16:36 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 19:16:36 2024 +0000 |
tree | d9c6e8129b47796ad9b90bc831a6081d0cb35801 | |
parent | bc3246b373f8c4f33b37eb1a8d05e206eb8feda5 [diff] |
[tint] Skip MergeReturn for entry points The 'MergeReturn' transform is to ensure the convergence of the callee for the caller. Entry points are not called and therefore do not need this transform. Bug:341073176 Change-Id: I2de5d2eebfd1c752c0ed370cb97b7d55ac4c6876 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203174 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Peter McNeeley <petermcneeley@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.