commit | e82fe98bd900efceca25ee39099315c2ad8468e0 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Oct 02 20:02:57 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 02 20:02:57 2023 +0000 |
tree | 96e47038c732e28937fe85ce8ef2d8016b6ac44c | |
parent | 89f9d6d4c49643b5d2d23ee3765d1f183ce38cf9 [diff] |
[tint][ir] Add Disassemble() free function Most uses of the disassembler just want to disassemble the module without all the methods. Change-Id: I0df8153936f5e8e48300b66fc1c19771e84b9213 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/154402 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.