Searched refs:color_attach (Results 1 – 1 of 1) sorted by relevance
6321 VkAttachmentReference color_attach = {}; in TEST_F() local6322 color_attach.layout = VK_IMAGE_LAYOUT_GENERAL; in TEST_F()6323 color_attach.attachment = 0; in TEST_F()6326 subpass.pColorAttachments = &color_attach; in TEST_F()