commit | fae957f764d30291bffe1e9251fb8fec8f8090e5 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Jun 05 12:24:04 2024 +0000 |
committer | James Price <jrprice@google.com> | Wed Jun 05 12:24:04 2024 +0000 |
tree | 478e8cfc3ef9c7c6c91c791118e5ba7a6bd091c8 | |
parent | 0272fd2532393270203639389471cc2ac4e318e0 [diff] |
[msl] Add polyfill for atomicCompareExchangeWeak Fix struct name emission in construct instructions to make sure they match the name used for the struct definition. Tweak order of MSL transforms to ensure that explicit un-inlining happens for polyfills. Bug: 42251016 Change-Id: I854ebc5874d6ca5a8c1cf641d644d3da626e1ae6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191663 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.