commit | 2378c6ceae168db720c4c1912658324b7f8fdd41 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Nov 19 01:15:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 01:15:03 2024 +0000 |
tree | e78b6f532459e108b33b46045fbce1b067ff775d | |
parent | 4458b6e5d6a02b23ba0467627816ee3a72039add [diff] |
Vulkan: Support creating pipeline layout with null bind group layout This patch adds the support of creating pipeline layout with empty bind group layout. As it is not allowed to create `VkPipelineLayout` with empty `VkDescriptorSetLayout` in Vulkan, an empty bind group layout will be set internally when `nullptr` bind group layout is used in `PipelineLayoutDescriptor`. Bug: chromium:377836524, chromium:42241530 Test: dawn_end2end_tests Change-Id: I55ec1990594fff58b416159130daea0baa637c21 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214814 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> 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.