Searched refs:mCurrentSwapchainImageIndex (Results 1 – 2 of 2) sorted by relevance
454 mCurrentSwapchainImageIndex(0) in WindowSurfaceVk()1096 SwapchainImage &image = mSwapchainImages[mCurrentSwapchainImageIndex]; in present()1097 vk::Framebuffer ¤tFramebuffer = mSwapchainImages[mCurrentSwapchainImageIndex].framebuffer; in present()1173 presentInfo.pImageIndices = &mCurrentSwapchainImageIndex; in present()1299 &mCurrentSwapchainImageIndex); in nextSwapchainImage()1308 SwapchainImage &image = mSwapchainImages[mCurrentSwapchainImageIndex]; in nextSwapchainImage()1424 : mSwapchainImages[mCurrentSwapchainImageIndex].framebuffer; in getCurrentFramebuffer()1496 ASSERT(mCurrentSwapchainImageIndex < mSwapchainImages.size()); in initializeContents()1499 isMultiSampled() ? &mColorImageMS : &mSwapchainImages[mCurrentSwapchainImageIndex].image; in initializeContents()
297 uint32_t mCurrentSwapchainImageIndex; variable