commit | b91578ac795715992d291da26f614b6ce3b106bf | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 04 19:13:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 04 19:13:59 2024 +0000 |
tree | ae94d7ecb00f9e3e1616c5ade1f56be6c0056693 | |
parent | 6b718aa2b08bffcb9bf4ef4c2d1fbc04fac32317 [diff] |
Fixup remapped binding group for MSL options. When building the new multiplanar_external_texture options from the bindings data the remapper has already run. This means that the group used in the new MSL bindings will always be `0`, not the original group binding number. This CL updates the options generation to use the correct `0` value. Bug: chromium:1515439 Change-Id: I4ab77ae28b4c2447b7d5db0787e0ceb3ede4da70 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168241 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.