mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
vk/meta: Actually create the CB state for blits
This commit is contained in:
parent
da8f148203
commit
b23885857f
1 changed files with 6 additions and 0 deletions
|
|
@ -482,6 +482,12 @@ anv_device_init_meta_blit_state(struct anv_device *device)
|
|||
.sType = VK_STRUCTURE_TYPE_DYNAMIC_RS_STATE_CREATE_INFO,
|
||||
},
|
||||
&device->blit_state.rs_state);
|
||||
|
||||
anv_CreateDynamicColorBlendState((VkDevice) device,
|
||||
&(VkDynamicCbStateCreateInfo) {
|
||||
.sType = VK_STRUCTURE_TYPE_DYNAMIC_CB_STATE_CREATE_INFO
|
||||
},
|
||||
&device->blit_state.cb_state);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue