commit | 5fc8c9eef18f94f202ebd13822d7dccffe301d24 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri May 24 16:11:13 2024 +0000 |
committer | Ben Clayton <bclayton@google.com> | Fri May 24 16:11:13 2024 +0000 |
tree | f8a748fadc11cf15c8df3f925f5b32884fc8c461 | |
parent | 24e2de27ea576742d116157dfbd0cf5f2d4c2bae [diff] |
[ir] Add FunctionParam::SetType() Remove the assertion that the type must not be nullptr on construction and check that in the validator instead. This allows transforms to create parameters with nullptr types and then set the type later. Change-Id: I0dedaa702ef52370ab20d3f98f33384b9ab1b077 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189800 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.