Lines Matching refs:exportInfo
881 VkExportSemaphoreCreateInfo exportInfo;882 exportInfo.sType = VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO;883 exportInfo.pNext = nullptr;884 exportInfo.handleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT;888 semaphoreInfo.pNext = &exportInfo;