commit | 5a1f96d02e3b64b7d6876a1b8bb9335907b952ad | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Jan 04 17:20:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 04 17:20:28 2024 +0000 |
tree | 603cea9a6afd2e6d72a5c7940ed202f531a9670c | |
parent | 30404595c85eea98d231b7c68e1f21a24cc03167 [diff] |
Add test for external texture in different group from sampler This CL adds a test for an external texture which exists in a different bind group from the sampler that is used with the texture. The test is currently disabled on Metal as it fails to build the binding map correctly. Bug: chromium:1515439 Change-Id: I6694974581863cab4ad594308ca1c2d5afd6409e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/168200 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.