commit | c90129a56370230e06d6ffe1527ffbdf674197e9 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 26 05:48:20 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 05:48:20 2025 -0700 |
tree | 40f53ac1d8e021d29f4740b70ad1cf1fcbaf5644 | |
parent | fa3607c0598502e066ed13437049ce09fc456060 [diff] |
[tint][ir] Rename names going from IR to Program. When converting from IR to Program, re-write any name which may conflict with a WGSL keyword, reserved word, type name or enum name. Bug: 42250952 Change-Id: I4c9c925ef25d506e697b7e3e61261f5ab3662c05 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232894 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.