commit | 1906857a50d61c661315d60d10ec67e42cff48fe | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Feb 07 21:28:09 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Tue Feb 07 21:28:09 2023 +0000 |
tree | 5117e63793ad7eca70bd66b9443c1cb1d041aea0 | |
parent | 08fd42f08a35e3bedda392b4f3a94e4fda542663 [diff] |
tint: Remove ast::Void WGSL does not have a void type. Functions that do not return a value simply omit the return type from the function signature. Change-Id: Id45adc008dce46115552e7dc401a2e27ae10eeb4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118981 Reviewed-by: James Price <jrprice@google.com> Kokoro: Ben Clayton <bclayton@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.