commit | 0a6a9d86926e29d7393c6dcf034754fc3cf72301 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jun 05 01:02:57 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jun 05 01:02:57 2020 +0000 |
tree | bcbf2c4939d3302129a6aeef1a78fccad4294bbe | |
parent | 783cd5a79c8ada83622c327ec054f6cc990c2825 [diff] |
Test all formats used as readonly storage texture in StorageTextureTests This patch changes all the tests related to read-only storage textures in dawn_end2end_tests StorageTextureTests to make them test all the texture formats that support being used as storage textures in WebGPU. BUG=dawn:267 TEST=dawn_end2end_tests Change-Id: I4d6ddbee638a787a2dcfc626bd4963a9b9043772 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/22640 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.