Searched refs:mCurrentSwapchainImageIndex (Results 1 – 2 of 2) sorted by relevance
498 mCurrentSwapchainImageIndex(0), in WindowSurfaceVk()1367 SwapchainImage &image = mSwapchainImages[mCurrentSwapchainImageIndex]; in present()1368 vk::Framebuffer ¤tFramebuffer = mSwapchainImages[mCurrentSwapchainImageIndex].framebuffer; in present()1456 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()1503 mSwapchainImages[mCurrentSwapchainImageIndex].mFrameNumber = mFrameCount++; in present()1614 &mCurrentSwapchainImageIndex); in acquireNextSwapchainImage()1623 SwapchainImage &image = mSwapchainImages[mCurrentSwapchainImageIndex]; in acquireNextSwapchainImage()1823 : mSwapchainImages[mCurrentSwapchainImageIndex].framebuffer; in getCurrentFramebuffer()1900 ASSERT(mCurrentSwapchainImageIndex < mSwapchainImages.size()); in initializeContents()1903 isMultiSampled() ? &mColorImageMS : &mSwapchainImages[mCurrentSwapchainImageIndex].image; in initializeContents()[all …]
332 uint32_t mCurrentSwapchainImageIndex; variable