Searched refs:blend_info (Results 1 – 1 of 1) sorted by relevance
336 VkPipelineColorBlendStateCreateInfo blend_info = {}; in create_pipeline() local337 blend_info.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in create_pipeline()338 blend_info.logicOpEnable = false; in create_pipeline()339 blend_info.attachmentCount = 1; in create_pipeline()340 blend_info.pAttachments = &blend_attachment; in create_pipeline()362 pipeline_info.pColorBlendState = &blend_info; in create_pipeline()