Searched refs:blend_info (Results 1 – 1 of 1) sorted by relevance
331 VkPipelineColorBlendStateCreateInfo blend_info = {}; in create_pipeline() local332 blend_info.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in create_pipeline()333 blend_info.logicOpEnable = false; in create_pipeline()334 blend_info.attachmentCount = 1; in create_pipeline()335 blend_info.pAttachments = &blend_attachment; in create_pipeline()357 pipeline_info.pColorBlendState = &blend_info; in create_pipeline()