commit | de734316b479ef8dadc70e54e4419ff638dbc402 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu May 16 22:20:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 22:20:44 2024 +0000 |
tree | 8bc2731576609326b4bbe1d56441ba9fcdb31528 | |
parent | 460f09266fb915eb3e1b40cc54bf9276933cb888 [diff] |
[msl] Handle pointers in printer Add helper for determining whether a value is emitted as an actual pointer or not, and use that to determine if dereference or address-of operators are needed. Bug: 42251016 Change-Id: I101260575c18a98d847823b8f83b0375b4b49cd5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/188346 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: 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.