commit | a8df7fd5ed272ee0d2b7d24e9706c6afeec38b12 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jan 13 21:48:57 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 21:48:57 2025 -0800 |
tree | 1a9a59e0cac86eb38b3850eed220a71afb1f46f4 | |
parent | 3c13cbd0f11892777ca366e4912a8369c6173191 [diff] |
[spirv-reader][ir] Correctly handle GLSL 450 SAbs The SPIR-V `SAbs` treats all arguments as if they were an `i32`. The argument type does not need to match the return type. This differs from WGSL where the types must match. Bug: 42250952 Change-Id: Ied37500361cdff635997dcb4313d90cc0614060c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221735 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.