commit | dc7ab3f7834a1d6fd934cf10c332915c2ea9eac8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 23 18:07:25 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 23 18:07:25 2025 -0700 |
tree | 33e45bc91fb0c4f9bb5e9d5b3c4a21534d6b600c | |
parent | cc5714e29d4b1cfa900c6ebb6328c2bf3dd9aacb [diff] |
[spirv-reader][ir] Add `SPV_KHR_vulkan_memory_model` as an accepted extension. Accept the vulkan memory model extension. WGSL is already defined as conforming to the vulkan memory model, so we can just ignore the extension. Bug: 42250952 Change-Id: Ic8ecb836f19acd2e7a5c2811c6da9babea68d360 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248395 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.