Searched refs:GroupInfoHandle (Results 1 – 3 of 3) sorted by relevance
245 … static GroupInfoHandle AddGroupInfoToCmdList(CmdList& cmdList, const DrawingGroupInfo& groupInfo);246 …static DrawingGroupInfo GetGroupInfoFromCmdList(const CmdList& cmdList, const GroupInfoHandle& gro…
58 struct GroupInfoHandle { struct
375 std::vector<GroupInfoHandle> handleVector; in AddRenderGroupToCmdList()389 auto handleVector = GetVectorFromCmdList<GroupInfoHandle>(cmdList, renderGroupHandle.infos); in GetRenderGroupFromCmdList()399 GroupInfoHandle CmdListHelper::AddGroupInfoToCmdList(CmdList& cmdList, const DrawingGroupInfo& grou… in AddGroupInfoToCmdList()406 …CmdListHelper::GetGroupInfoFromCmdList(const CmdList& cmdList, const GroupInfoHandle& groupInfoHan… in GetGroupInfoFromCmdList()