Searched refs:particle_drawn (Results 1 – 1 of 1) sorted by relevance
260 std::vector<std::pair<Material*, std::string> > particle_drawn; in drawAll() local265 particle_drawn.emplace_back(m_material_map.at(p.first), p.first); in drawAll()268 std::sort(particle_drawn.begin(), particle_drawn.end(), in drawAll()276 for (auto& p : particle_drawn) in drawAll()