Searched refs:attachmentsInfo (Results 1 – 1 of 1) sorted by relevance
202 const VkFramebufferAttachmentsCreateInfo *attachmentsInfo = nullptr; in ComputeRequiredAllocationSize() local208 attachmentsInfo = reinterpret_cast<const VkFramebufferAttachmentsCreateInfo *>(curInfo); in ComputeRequiredAllocationSize()220 ASSERT(attachmentsInfo != nullptr); in ComputeRequiredAllocationSize()221 return attachmentsInfo->attachmentImageInfoCount * sizeof(void *); in ComputeRequiredAllocationSize()