commit | 4a66dd3f407d2ad25ef20ba7b870bd90a91bde9c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Dec 12 14:53:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 14:53:04 2023 +0000 |
tree | 495ea1e8d95b1ca7352c193f7555d2a5c95f8a0f | |
parent | cbd7bc52f397f316d5251861203bdc1f6ad0bb65 [diff] |
[spirv-reader] Add --use-ir-reader option to exe This performs the following two steps: - Convert SPIR-V binary to a core IR module - Convert core IR module to a WGSL program Bug: tint:1907 Change-Id: I42e8024f022d70d3446ecbc8a250d76d12e60670 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165302 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@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.