commit | f896a62cf4188b54b233f4eafbf5992638cd06c6 | [log] [tgz] |
---|---|---|
author | shaoboyan <shaoboyan@microsoft.com> | Wed Jun 18 03:17:30 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 03:17:30 2025 -0700 |
tree | c7880c6457b92de54c0b6e27cbda8889a2ba3a5e | |
parent | 68bbd96499e39fb0a935aa5d0b02403a0e0eb945 [diff] |
Use BitSetRangeIterator for immediate data uploading in vulkan Use BitSetRangeIterator to replace bit iterator in immediate data uploading part in vulkan backend. It simplifies the code by removing calculating the range in uploading loop. Bug: 366291600 Change-Id: I9f6f660184d2f1b6ffed4ae12e67d9552b5c96a4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246874 Commit-Queue: Shaobo Yan <shaoboyan@microsoft.com> 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.