commit | 4ead39155c0e9ae7241d120f6eb59ed9122bdd22 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Aug 11 18:43:05 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 11 18:43:05 2023 +0000 |
tree | 87d9fb17e154b0063b61cb53f090e74939a8d3ec | |
parent | 5394128fd07d63e9521db7c1ff140b5324ef68bf [diff] |
[tint][spirv][reader] Add namespaces, move common.h Rename the spirv::Reader::Parse() to Read(), as that's what a reader does. Place all the ast_parser into the tint::spirv::reader::ast_parser namespace. Move the common.h to a common subdirectory to break a cyclic dependency. Change-Id: I88b73ab63926fcfe07dacc4b6ec2b6ce7d5039e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/145840 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.