commit | 6950c79355579f85993bdeb7ef98dde6cefadbc3 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Mon Nov 20 17:59:58 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 17:59:58 2023 +0000 |
tree | 5ea0ffce7b41049b049ae95ec35ddcea42b5db22 | |
parent | acef3106912878e0b93c0f969c80020853fcbbb1 [diff] |
Mark SharedFence as stable This feature is used in conjunction with SharedTextureMemory to abstract over platform-specific synchronization mechanisms. We marked SharedTextureMemory as stable in [1], and the same reasoning and use case apply here. [1] https://dawn-review.googlesource.com/c/dawn/+/161640 Change-Id: I62a63e70ac5b8e4c11ea18bef975fd5baefa0475 Bug: chromium:1493854, dawn:2152 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161740 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.