MCPcopy Create free account
hub / github.com/defold/defold / SortParticles

Function SortParticles

engine/particle/src/particle.cpp:1345–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343 }
1344
1345 void SortParticles(Emitter* emitter)
1346 {
1347 DM_PROFILE(__FUNCTION__);
1348
1349 std::sort(emitter->m_Particles.Begin(), emitter->m_Particles.End(), SortPred());
1350 }
1351
1352#define SAMPLE_PROP(segment, x, target)\
1353 {\

Callers 1

UpdateEmitterFunction · 0.85

Calls 4

SortPredClass · 0.85
sortFunction · 0.50
BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected