commit | 74d4e53fc6b98b01ae3709c64ae488be8643ba43 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Mar 09 18:43:51 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 09 18:43:51 2022 +0000 |
tree | e8da9c328d9bcfe96867f56b235dd6896bbfede7 | |
parent | a297e072d3f4d83be1bd7f02c9ca088764866b45 [diff] |
Make loapOp/storeOp undefined valid It is valid for depth/stencil attachment if the attachments are readonly. It is not valid for color attachments. Make the enum valid, and update validation. Caught in CTS roll https://chromium-review.googlesource.com/c/chromium/src/+/3499286 Bug: dawn:1269 Change-Id: Ib849ed757ccca145f85cadea6f92a1f2a5082d49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/82540 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: 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.