commit | d1f5c263ac963163cee93eadef7c12e9748e8619 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sat Jul 29 06:11:59 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 29 06:11:59 2023 +0000 |
tree | 5ffaa9714e891d129ada4e2700426e65ea6a3b7e | |
parent | ce4c1635a630822a3f25855563afd6a5042b5df1 [diff] |
[tint][wgsl] Split ast::Builder from ProgramBuilder ast::Builder contains just the AST node building functionality. ProgramBuilder derives from ast::Builder. Change-Id: Ieca96567c3d8ab9079ea8b35bb6f99d72fc81274 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143385 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.