commit | 6fd43a01049844ab9645881cd75f9efd12147b65 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Apr 18 11:42:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 11:42:27 2024 +0000 |
tree | 51f9558abb4c2417de75c2b7172970be1a11aea6 | |
parent | ed2c7c7133fddc9769311a3e2206242c30877312 [diff] |
[tint] Polyfill fwidthFine for MSL and HLSL The `fwidth()` builtins in these languages do not guarantee 'fine' derivatives, so polyfill `fwidthFine` using `dpdxFine` and `dpdyFine`. Change-Id: I4a59cc7c19376c77db8a84668bed791c0c9d28cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184420 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: 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.