commit | a158d5164ebc9406e3e331052f6ddf1dfad6c76c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Jan 18 02:32:25 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 02:32:25 2024 +0000 |
tree | 899e119930159d1992ace376229c01ea88e2c5a1 | |
parent | b61bbdc8690f2b61e5a81f6852d04c78b1b23936 [diff] |
spirv-reader: Fix invalid memory semantics in test Vulkan requires the memory semantics mask to include the storage class when the semantics is not none, so include WorkgroupMemory in the mask for one test that didn't have it. Change-Id: Ie81c3716665ec14cff37daaa1a72d1098ce939a3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170302 Auto-Submit: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@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.