Searched refs:att_state2 (Results 1 – 1 of 1) sorted by relevance
241 VkPipelineColorBlendAttachmentState att_state1 = {}, att_state2 = {}; in TEST_F() local244 att_state2.dstAlphaBlendFactor = VK_BLEND_FACTOR_CONSTANT_COLOR; in TEST_F()245 att_state2.blendEnable = VK_FALSE; in TEST_F()247 pipeline.AddColorAttachment(1, att_state2); in TEST_F()