commit | 6fa50b5e6c57a54f9ae1c260a1e9134b319f89a8 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Sep 10 01:33:41 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 01:33:41 2021 +0000 |
tree | 642bcf99916cd420d003c8027d60a3fd4bfe841d | |
parent | 6e1f01f32be23b9457eb0257d2ab0220335b739d [diff] |
Vulkan: Support extension "depth_clamp" This patch implements the extension "depth_clamp" on Vulkan, which we need to test if we can correctly record "PrimitiveDepthClampingState" in FlatRenderPipelineDescriptor - Currently FlatRenderPipelineDescriptor fails to record this because we incorrectly ignore all the members in "nextInChain". BUG=dawn:529, dawn:716 TEST=dawn_end2end_tests Change-Id: Iec407245a3f37d10a3d1428b0612f0e18e80c616 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63820 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.