commit | 626c05bf1f9c4038bade2d911bc2e8528f451b87 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 25 10:03:00 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 25 10:03:00 2025 -0800 |
tree | 9a72b52e4a56737fc28a4dca6a1d4ddd658e9797 | |
parent | 975c4940c267ded207e52a86fd25fdda5170105c [diff] |
[spirv-reader][ir] Add OpShiftRightLogical support Add support for converting an OpShiftRightLogical to a bitwise `>>` operator. Bug: 391487016 Change-Id: I607d2d0639ffc895c0f53a9789a4a49a3ae6d62a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/227635 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.