commit | 2c09910818ca1ea4abca925b6a1d4b4804e97c37 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Feb 06 11:14:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 11:14:56 2024 +0000 |
tree | 4368b735b94d393ad4cc8c9758fa895856f0cea9 | |
parent | 528a5c606dd72532de414557819ade8bc53188ae [diff] |
Add SubresourceStorage::Fill(const T&) This will be used to change the values in the subresource storage after creation efficiently. Also adds tests. Bug: 41497359 Change-Id: I575afb5f00a7c2d0c49a2a8cb10a7d03e01e4d27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173462 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.