-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Loko Kung <[email protected]> Commit-Queue: Jiawei Shao <[email protected]>
- Loading branch information
1 parent
4458b6e
commit 2378c6c
Showing
2 changed files
with
93 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters