Searched refs:mPresentInfo (Results 1 – 2 of 2) sorted by relevance
106 mPresentInfo = {}; in initTask()107 mPresentInfo.pResults = nullptr; in initTask()108 mPresentInfo.pSwapchains = nullptr; in initTask()109 mPresentInfo.pImageIndices = nullptr; in initTask()110 mPresentInfo.pNext = nullptr; in initTask()111 mPresentInfo.pWaitSemaphores = nullptr; in initTask()134 mPresentInfo.sType = other.sType; in copyPresentInfo()135 mPresentInfo.pNext = other.pNext; in copyPresentInfo()140 mPresentInfo.swapchainCount = 1; in copyPresentInfo()142 mPresentInfo.pSwapchains = &mSwapchain; in copyPresentInfo()[all …]
129 const VkPresentInfoKHR &getPresentInfo() const { return mPresentInfo; } in getPresentInfo()152 VkPresentInfoKHR mPresentInfo; variable