Searched refs:desc2Out (Results 1 – 1 of 1) sorted by relevance
585 VkAttachmentDescription2KHR *desc2Out) in ToAttachmentDesciption2() argument587 *desc2Out = {}; in ToAttachmentDesciption2()588 desc2Out->sType = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2_KHR; in ToAttachmentDesciption2()589 desc2Out->flags = desc.flags; in ToAttachmentDesciption2()590 desc2Out->format = desc.format; in ToAttachmentDesciption2()591 desc2Out->samples = desc.samples; in ToAttachmentDesciption2()592 desc2Out->loadOp = desc.loadOp; in ToAttachmentDesciption2()593 desc2Out->storeOp = desc.storeOp; in ToAttachmentDesciption2()594 desc2Out->stencilLoadOp = desc.stencilLoadOp; in ToAttachmentDesciption2()595 desc2Out->stencilStoreOp = desc.stencilStoreOp; in ToAttachmentDesciption2()[all …]