commit | 42e648c1cfdbe08b3c38679e7e36423bb96b1d6b | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Feb 04 08:34:54 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 08:34:54 2022 +0000 |
tree | 017e5ed726fb000e30eebb47cc79bbf712b375bf | |
parent | 310686b795aa012e152b2b3ed4f4f36339ff7b0c [diff] |
Implement creating and using 1D texture views. - Adds a test to sample a 1D texture. - Adds a test writing to a 1D texture as a storage texture. - Reworks some of the StorageTextureTests helper code to allow passing custom sizes (since 1D textures must have height=1). - Deletes some dead code leftover from readonly storage textures. - Adds validation tests for 1D texture view creation. Bug: dawn:814 Change-Id: I279856569f4fc6c9a7a5023a42bfa50d444158ea Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79106 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.