commit | 21b6811e20a5629d26f3ac513de056dc8484b0e6 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Aug 18 08:26:02 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 18 08:26:02 2025 -0700 |
tree | 351b329c012462caadfa7396bbed73e537919174 | |
parent | 9fd0633d5186636ed63eb594387fa950321f1b8e [diff] |
[dawn][vk] Enable bindless using "descriptor indexing" Vulkan's equivalent of bindless is called "descriptor indexing" and a soup of features and limits. Add support for this Vulkan feature and gate WebGPU's bindless on a bunch of features and limits. Note that "robustBufferAccessUpdateAfterBind" is a device property that has implication for robustness when bindless is available. It will be handled in a future CL and is not handled here. Bug: 435251399 Change-Id: I9e77026c53b83dc72b30532c12541bd6193871d1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/256936 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.