mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
vulkan: stop forcing independent sets for shader object
VK_KHR_maintenance11 added a new flag for ESO, forcing it shouldn't be required anymore. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41377>
This commit is contained in:
parent
9764225ff1
commit
8a1c9a614f
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ vk_shader_compile_info_init(struct vk_shader_compile_info *info,
|
|||
|
||||
*info = (struct vk_shader_compile_info) {
|
||||
.stage = nir->info.stage,
|
||||
.flags = vk_info->flags | VK_SHADER_CREATE_INDEPENDENT_SETS_BIT_KHR,
|
||||
.flags = vk_info->flags,
|
||||
.next_stage_mask = vk_info->nextStage,
|
||||
.nir = nir,
|
||||
.robustness = rs,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue