Searched refs:cmdPoolInfoIt (Results 1 – 1 of 1) sorted by relevance
5345 const auto& cmdPoolInfoIt = mCmdPoolInfo.find(cmdBufferInfoIt->second.cmdPool); in on_vkFreeCommandBuffers() local5346 if (cmdPoolInfoIt != mCmdPoolInfo.end()) { in on_vkFreeCommandBuffers()5347 cmdPoolInfoIt->second.cmdBuffers.erase(pCommandBuffers[i]); in on_vkFreeCommandBuffers()