commit | 85defdc0df42475c384ce4165badf33175499e40 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Dec 01 15:47:38 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 01 15:47:38 2023 +0000 |
tree | b81bafdb22836c97e4bca61f8e4dbca05f237234 | |
parent | 2e719efa6011933e754a63b6f3dec7a1522e74b6 [diff] |
[SharedTextureMemory] Expand concurrent access tests In preparation for supporting concurrent read accesses in SharedTextureMemory, this CL expands the test of concurrent accesses being disallowed to test the different combinations of accesses. There are no functional changes in this CL - that will come in the next CL. Bug: dawn:2276, chromium:1493854 Change-Id: Id75ca8c94928bd295bca19e9f5e9abea7d657f44 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163800 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Colin Blundell <blundell@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.