commit | 0df45b41ac10ef4aa01855b2d70a93244838f99f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jul 02 17:28:35 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue Jul 02 17:28:35 2024 +0000 |
tree | 193d5f30c605004c38d74aa5bc434e05c306b121 | |
parent | e05eb6df26f11462e0e4598a5562195f42cf2f28 [diff] |
[msl] Add polyfill for modf MSL's modf returns `fract` and outputs `whole` as an output parameter. Polyfill it by declaring the result struct and then setting the values. Bug: 42251016 Change-Id: I20b1b44e5384948b4236cca8f563320d7e0f5b0d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196359 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.