commit | b116b997d02306a727e238e2d27b76b499c79c0b | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Aug 15 12:03:45 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 15 12:03:45 2023 +0000 |
tree | 6a30d3f54a719ab29ad34291ae46288588c631ad | |
parent | d0856122b2e0ffb11091c90c049a4d7d14d94b21 [diff] |
[tools][gen] Fix nil-deref on non-existent include File() used to get-or-create. Now you need to call AddFile() first. Change-Id: I5166258abe80f192bfec48e823d94459668af01b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146900 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.