Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3238 u16* pAliveIndex = newActiveIndex + startIndex; in UpdateParticles() local
3264 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3265 pAliveIndex += incrIndex; in UpdateParticles()
3283 …u16* pAliveIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in UpdateParticles()
3284 pAliveIndex += startIndex; in UpdateParticles()
3319 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3320 pAliveIndex += incrIndex; in UpdateParticles()
3354 *pAliveIndex = index; // 別バッファにコピーしつつ整列していく in UpdateParticles()
3355 pAliveIndex += incrIndex; in UpdateParticles()