commit | 7eccf466c656f6812cdb19dcf9adcacf8737de4a | [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 | 3b23dbe019565fa523ab60b2b20bb89975b6ecf0 | |
parent | 0df45b41ac10ef4aa01855b2d70a93244838f99f [diff] |
[msl] Add polyfill for frexp builtin MSL's frexp returns `fract` and outputs `exp` as an output parameter. Polyfill it by declaring the result struct and then setting the values. Bug: 42251016 Change-Id: I4534d5f8eadfd04ad7bf7175fa9aac609271a7ac Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196360 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.