Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp669 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues() local
670 NW_NULL_ASSERT(pFreeIndex); in SetDefaultValues()
671 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()
694 int nextIndex = *pFreeIndex; in SetDefaultValues()
695 --pFreeIndex; in SetDefaultValues()
928 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local
929 NW_NULL_ASSERT(pFreeIndex); in AddParticles()
930 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
944 int nextIndex = *pFreeIndex; in AddParticles()
945 --pFreeIndex; in AddParticles()