commit | a8798b88d0c09e7ec691ccc1e52fce6b6e0b228d | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Jul 04 16:31:11 2024 +0000 |
committer | James Price <jrprice@google.com> | Thu Jul 04 16:31:11 2024 +0000 |
tree | 153e73bc67dc5e9bcd32db300d741f69875f0388 | |
parent | a5e4715134f7b4c4ab20ec87cef81b6fcd8840ec [diff] |
[tint] Move StructMemberAttributes out of struct.h This allows us to reuse it for ir::Var and ir::FunctionParam, which are both currently duplicating these fields. Rename it to IOAttributes. Bug: 340196362 Change-Id: Idda2feb9efcabc2e35a2b5b4862366b1788fe98e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196837 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.