commit | 0ceaaa56cbb08e5058212d2d3646c6ecb19ae04c | [log] [tgz] |
---|---|---|
author | Alan Baker <alanbaker@google.com> | Thu Aug 31 14:24:01 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 31 14:24:01 2023 +0000 |
tree | d6ace0d02011ae8607722690a9c08ce035b81483 | |
parent | 0826eba5f725ceb95f3283a8dbf9240df19a6158 [diff] |
Fix interpretation of depth operand in SPIR-V reader Fixes https://crbug.com/tint/2025 * Depth==2 is an unknown depth usage, treat it as a non-depth image unless the usage suggests otherwise Change-Id: Ic1368726763a6640ca4cd235850a9ccbf51a517f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149186 Commit-Queue: Alan Baker <alanbaker@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@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.