vk/meta: Actually create the CB state for blits

This commit is contained in:
Jason Ekstrand 2015-05-27 12:06:30 -07:00
parent da8f148203
commit b23885857f

View file

@ -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