commit | 250ad5ab197b497df96bb965a569f33b5c877941 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Sep 18 13:23:42 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 18 13:23:42 2024 +0000 |
tree | 3b0909f0f4526515951c8354b7171b47d4e4938c | |
parent | 4ddfcbeeff44c65fbe7c50f2865c4c848cec069a [diff] |
[glsl][ir] Split bitcast to separate polyfill This CL moves the bitcast polyfill to a separate transform. This transform can then be run after the builtin polyfill which may insert new bitcasts. Bug: 42251044 Change-Id: I9db468823fe72e1afae2d1fbb9f9e07fda19f60e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206934 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.