Home
last modified time | relevance | path

Searched defs:processCount (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1837 f32 processCount = math::FFloor(time) - math::FCeil(prevTime) + 1; in ParticleRandomUpdater() local
1839 f32 processCount = time.Floor() - prevTime.Ceil() + 1; in ParticleRandomUpdater() local
2874 … const int processCount = collection->GetMaxActiveIndex() - collection->GetMinActiveIndex() + 1; in UpdateParticles() local
2994 … const int processCount = collection->GetMaxActiveIndex() - collection->GetMinActiveIndex() + 1; in UpdateParticles() local