commit | bbabda35908676d0085e34475de460f06f650e48 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Mar 18 17:20:48 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Mar 18 17:20:48 2021 +0000 |
tree | df3a5d30c8709975b080a7b60afd2000b1e59767 | |
parent | 9895c273d6daf05592478148947fae8d314ec53c [diff] |
Fix Storage Buffers in WGSL tests & examples Converts var<storage_buffer> to var<storage> Adds in [[access(read_write)]] when no access qualifier was supplied. BUG=dawn:699 Change-Id: I9da95366d0bb8734f1d134ee2dc764a7c16ef0cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/45300 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@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.