commit | 2a84206a294bdf5ac7f8d588fad4b6beb29fcf91 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Feb 11 05:49:32 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 05:49:32 2025 -0800 |
tree | 316b5fb226f215c797bf2f6dc9a6b2df8cdbf3e7 | |
parent | 323a821f6bd7ca7a567a01bb942327ae290b34f7 [diff] |
[spirv-reader][ir] Add support for `OpAny`. Converts an `OpAny` instruction to an WGSL `any`. Bug: 391485882 Change-Id: Ic328b5bbbffcb3887899d836927f4b207c6b8f62 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225836 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.