commit | ef26b90ad02e931fbc6a27be57f2cf985527013a | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Mar 06 19:49:18 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 19:49:18 2025 -0800 |
tree | 78cebd3a03a6ab63e45af0bdafec279ccc3f6478 | |
parent | 9367fc85dc619c78b1c66af948f22a14f49ce6e3 [diff] |
Remove the redefinition of dawn::native::Vulkan::ClampFragDepthArgs This patch removes the redefinition of `ClampFragDepthArgs` in `PipelineLayoutVk.h` as there is another definition of it in `ImmediateConstantsLayout.h`. Bug: 366291600 Change-Id: Ie309b37d049460e783c1550576de12cb99fd6a1e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229336 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.