commit | 662095decd218e9cba43e7446ca89e596d658efb | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jun 09 00:10:11 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 09 00:10:11 2022 +0000 |
tree | fe55c34d5802e8c5d811fa9780dddb3720330381 | |
parent | 4c3a5faa103619417868b18a01dd07359d758b62 [diff] |
Clamp clearStencilValue into the range of stencil format This patch clamps clearStencilValue into the range of the stencil format to align with the latest change in WebGPU SPEC. Bug: dawn:1453 Test: dawn_end2end_tests Change-Id: I37fab5fd4826a608cb972eed74308114002c7930 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92750 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> 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.