mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
anv/meta: Don't use the blit ds layout in resolve code
This commit is contained in:
parent
40c76d4efa
commit
05f75a3026
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ emit_resolve(struct anv_cmd_buffer *cmd_buffer,
|
|||
.descriptorPool = dummy_desc_pool_h,
|
||||
.descriptorSetCount = 1,
|
||||
.pSetLayouts = (VkDescriptorSetLayout[]) {
|
||||
device->meta_state.blit.ds_layout,
|
||||
device->meta_state.resolve.ds_layout,
|
||||
},
|
||||
},
|
||||
&desc_set_h);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue