Searched refs:currentPresentHistoryIndex (Results 1 – 2 of 2) sorted by relevance
479 currentPresentHistoryIndex(other.currentPresentHistoryIndex) in SwapchainImage()1430 ImagePresentHistory &presentHistory = image.presentHistory[image.currentPresentHistoryIndex]; in present()1444 image.currentPresentHistoryIndex = in present()1445 (image.currentPresentHistoryIndex + 1) % image.presentHistory.size(); in present()
172 size_t currentPresentHistoryIndex = 0; member