commit | 2735fb1962246442021a3bb1e525d982daa2744a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Dec 12 01:07:35 2023 +0000 |
committer | James Price <jrprice@google.com> | Tue Dec 12 01:07:35 2023 +0000 |
tree | 3360eed3b89018912fb5c2e18b87dd550e613465 | |
parent | cdcbe83771d83d5145ab81d471d0ae47b4637a9d [diff] |
[spirv-reader] Add entry point for IR parser This needs a different name as we cannot overload functions purely on return type. Bug: tint:1907 Change-Id: I06f4fafbabb3e389838d14c3fa48ca72a20cdc0f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165300 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.