Home
last modified time | relevance | path

Searched refs:pAliveIndex (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3335 u16* pAliveIndex = newActiveIndex + startIndex; in UpdateParticles() local
3361 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3362 pAliveIndex += incrIndex; in UpdateParticles()
3400 u16* pAliveIndex = activeIndex + startIndex; in UpdateParticles() local
3426 *pAliveIndex = index; in UpdateParticles()
3427 pAliveIndex += incrIndex; in UpdateParticles()
3451 …u16* pAliveIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in UpdateParticles()
3452 pAliveIndex += startIndex; in UpdateParticles()
3484 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3485 pAliveIndex += incrIndex; in UpdateParticles()
[all …]