commit | 0e6d95bafdc531573be631e9838bb761634d8210 | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Tue Nov 01 03:54:42 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 01 03:54:42 2022 +0000 |
tree | 445664bf054018525f2786cc7dc0e9c7257cd7b7 | |
parent | dec01f1fd5d9a35925c1af49296b9dacad1c7145 [diff] |
doc: Create overview of the SPIR-V reader Describe the peculiare mismatches between Vulkan-flavoured SPIR-V and WGSL that the SPIR-V Reader has to contend with. Describe the solution in broad terms. This is likely incomplete, but a good start. Change-Id: I76992e9b830169d81cb55c46e849d9ad2f55c6c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/105600 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: David Neto <dneto@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: 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.