commit | 1d76252ce6b75860749fec957f0772823f752554 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Sep 25 23:44:26 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 23:44:26 2023 +0000 |
tree | ea63e7fe660516bcf318954c084e4d2115979fdc | |
parent | 58e893ff9d12f3c9ad7a5ac4ccfe1af407be01e4 [diff] |
Remove `access_controls` from generic remapper options. The `access_controls` hash was only populated by the HLSL backend. This CL removes it from the generic options struct and puts specifically into the HLSL options structure. Bug: tint:1501 Change-Id: Idacc365fe69186a25e77745506ee79cc054ee6a5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153040 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.