Searched refs:sharedGarbage (Results 1 – 1 of 1) sorted by relevance
202 std::vector<vk::GarbageObject> sharedGarbage; in collectGarbageAndReinit() local203 CollectGarbage(&sharedGarbage, garbageIn...); in collectGarbageAndReinit()204 if (!sharedGarbage.empty()) in collectGarbageAndReinit()206 collectGarbage(std::move(*use), std::move(sharedGarbage)); in collectGarbageAndReinit()217 void collectGarbage(vk::SharedResourceUse &&use, std::vector<vk::GarbageObject> &&sharedGarbage) in collectGarbage() argument219 if (!sharedGarbage.empty()) in collectGarbage()221 mSharedGarbage.emplace_back(std::move(use), std::move(sharedGarbage)); in collectGarbage()