| commit | 8c804bf0f998752513b595c1124614ed4e0aa0bb | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed Jan 29 07:48:11 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 07:48:11 2025 -0800 |
| tree | 20da3be6fc5f9ab53cead7b925775e190228b818 | |
| parent | 2aa77f730beb8cfde30bd38b1627b7414e4d7be7 [diff] |
[spirv-reader][ir] Correctly handle GLSL 450 Ldexp The SPIR-V `Ldexp` method allows unsigned values. The WGSL version requires signed. Add the needed bitcast to convert the argument. Bug: 391488037 Change-Id: I3499cea637af69e5645710efcb711f5c443d56df Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223714 Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.