commit | 9cfc80a7865ae17e71631cfe481a8d067a3dcc85 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Jan 18 22:48:29 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 22:48:29 2024 +0000 |
tree | 9d3d2acee3531418f949c2660a9699b12bad41fa | |
parent | ea0fda3e68e565d4f4610b4521f6cafe663bfa84 [diff] |
[spirv-reader] Handle StorageBuffer storage class Use the presence of the `NonWritable` decoration to select between `read` and `read_write` access modes. Propagate the access mode through `access` instructions. Check for unsupported extensions; allow the SPV_KHR_storage_buffer_storage_class extension (and nothing else, for now). Bug: tint:1907 Change-Id: Ia288373ff079d49449a47a13820eb08e4ae40380 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/170480 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: David Neto <dneto@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.