commit | 4ddfcbeeff44c65fbe7c50f2865c4c848cec069a | [log] [tgz] |
---|---|---|
author | Jie Chen <jie.a.chen@intel.com> | Wed Sep 18 08:10:48 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 18 08:10:48 2024 +0000 |
tree | 0c09af12e7c6f33770e04370f817a313a423b6c4 | |
parent | 5bc64765c5e9fbde981eac9f79d34bc487ae9343 [diff] |
Fix nits in ClearWithDrawHelper Using storage attachments of undefined format to create the pipeline is not allowed. This fixes the issue by removing such attachments. This also fixes the bug in 'ShouldApplyClearColorWithDraw', which mistakenly makes 'clearWithDrawForBigInt' mask 'clearWithDraw'. Bug: chromium:329702368 Change-Id: I9be332f848c71305839bf2e8e2009805b1dd9e61 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206093 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Reviewed-by: Loko Kung <lokokung@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.