Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3040 u16* pAliveIndex = newActiveIndex + startIndex; in UpdateParticles() local
3066 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3067 pAliveIndex += incrIndex; in UpdateParticles()
3085 …u16* pAliveIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in UpdateParticles()
3086 pAliveIndex += startIndex; in UpdateParticles()
3121 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3122 pAliveIndex += incrIndex; in UpdateParticles()
3156 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3157 pAliveIndex += incrIndex; in UpdateParticles()