commit | 1a8a19deddb55155846beee9d262fd8ebe00385d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Jun 13 17:01:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 17:01:16 2023 +0000 |
tree | e2d9b91837f66c6a4a9471616ece0a8521773f4c | |
parent | 2c27e79d4b7e1cb6a04f3b55776d815bcb609bf0 [diff] |
[tint] Rename pointer builders to 'ptr', match WGSL order Rename ProgramBuilder::TypesBuilder::pointer() to ptr() Rename type::Manager::pointer() to ptr() Reorder parameters for these, the SPIR-V reader types and the type constructors to be: [address-space, storage type, access-control] to match WGSL. Change-Id: I8644d6b7a0c56669cf18d111d530773e2dbf56a5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/137060 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@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.