Searched refs:handleVector (Results 1 – 1 of 1) sorted by relevance
375 std::vector<GroupInfoHandle> handleVector; in AddRenderGroupToCmdList() local377 handleVector.push_back(AddGroupInfoToCmdList(cmdList, infos.at(i))); in AddRenderGroupToCmdList()379 std::pair<size_t, size_t> groupInfosHandle = AddVectorToCmdList(cmdList, handleVector); in AddRenderGroupToCmdList()389 auto handleVector = GetVectorFromCmdList<GroupInfoHandle>(cmdList, renderGroupHandle.infos); in GetRenderGroupFromCmdList() local391 for (size_t i = 0; i < handleVector.size(); i++) { in GetRenderGroupFromCmdList()392 groupInfos.push_back(GetGroupInfoFromCmdList(cmdList, handleVector.at(i))); in GetRenderGroupFromCmdList()