Searched refs:presentRegions (Results 1 – 2 of 2) sorted by relevance
165 const VkPresentRegionsKHR *presentRegions = in copyPresentInfo() local167 mPresentRegion = *presentRegions->pRegions; in copyPresentInfo()171 mRects[i] = presentRegions->pRegions->pRectangles[i]; in copyPresentInfo()176 mPresentRegions.pNext = presentRegions->pNext; in copyPresentInfo()180 pNext = const_cast<void *>(presentRegions->pNext); in copyPresentInfo()
1460 VkPresentRegionsKHR presentRegions = {}; in present() local1484 presentRegions.sType = VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR; in present()1485 presentRegions.pNext = presentInfo.pNext; in present()1486 presentRegions.swapchainCount = 1; in present()1487 presentRegions.pRegions = &presentRegion; in present()1489 presentInfo.pNext = &presentRegions; in present()