Home
last modified time | relevance | path

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

/NW4C-1.2.23/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()
882 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in AddParticles() local
883 NW_NULL_ASSERT(pFreeIndex); in AddParticles()
884 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
898 int nextIndex = *pFreeIndex; in AddParticles()
899 --pFreeIndex; in AddParticles()