commit | 2591c8dccc0c68bb1964a07728bb90068a945696 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Nov 13 21:16:11 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 21:16:11 2023 +0000 |
tree | 21677d5df9c8457dbe8150efbead8bc09a3b21cc | |
parent | c5739298a4610d11ca96bfe4474c94dbbd1572e8 [diff] |
[tint][wgsl] Fix ICE in SingleEntryPoint transform This wasn't handling ConstAsserts. I don't think this affects production, as earlier transforms appear to be stripping these. Bug: chromium:1501769 Change-Id: I8ce1b0dcc1462bcb72cf499bd6377791e148eaf9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160561 Auto-Submit: Ben Clayton <bclayton@google.com> 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 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.