commit | d6557836b853b4de3bfb311e9c84da85600293ba | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Mar 10 14:16:34 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 10 14:16:34 2025 -0700 |
tree | 7eef90b7578deff9dc84972469d0f58500f0419a | |
parent | e984f2dfc8dd9c84187e5e908f1bd2d7ace2a026 [diff] |
[spirv-reader][ir] Register names before module scope vars. Move the name registration earlier so module scoped variables correctly have their names set. Bug: 42250952 Change-Id: Ic452e3e1149b2d64e82d17a1b92d9ebb20750cff Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229994 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.