commit | d0dadce62bd0c397373fab0fa5e2dead57b580c6 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Dec 13 21:35:15 2023 +0000 |
committer | James Price <jrprice@google.com> | Wed Dec 13 21:35:15 2023 +0000 |
tree | 4c58ae2dfa2e58aa0db39146a11bcd0d2e6d16a1 | |
parent | 3d142ab0fd7b62a177b93e9dfd544d6c05a39d27 [diff] |
[spirv-reader] Add PIMPL parser sources Validates the incoming SPIR-V binary and emits an empty IR module. Add the target SPIR-V environment as a parameter to the SPIR-V validation helper, as we validate against different versions in the reader and writer. Bug: tint:1907 Change-Id: I2052cf51c92a3e21aec226c7cef1f06b36e214f6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165303 Reviewed-by: David Neto <dneto@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.