Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp656 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues() local
657 NW_NULL_ASSERT(pFreeIndex); in SetDefaultValues()
658 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()
680 int nextIndex = *pFreeIndex; in SetDefaultValues()
681 --pFreeIndex; in SetDefaultValues()
914 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local
915 NW_NULL_ASSERT(pFreeIndex); in AddParticles()
916 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
930 int nextIndex = *pFreeIndex; in AddParticles()
931 --pFreeIndex; in AddParticles()