commit | 6d62ecdf3d34b10d88bfada93785324e3c155001 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhjiang@microsoft.com> | Tue Feb 18 22:52:20 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 18 22:52:20 2025 -0800 |
tree | 6c909684d88be79677cdee97ac95e211e98db048 | |
parent | c77cb9bbcd295604893576d3f3377d61ca916243 [diff] |
Dawn: Tighten the scope of ScopedTintICEHandler This CL tightens the scope of ScopedTintICEHandler to prepare for further code refactor. Currently ScopedTintICEHandler can not be nested in a single thread, tightening its scope can help prevent such overlapping. Bug: dawn:718, 396023091 Change-Id: Idb23b8298fd7bf907dfedf0f7a46a7883830ef68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/226056 Commit-Queue: Zhaoming Jiang <zhaoming.jiang@microsoft.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@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.