Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp241 shape->m_DeactivateVertexCommandCacheSize = commandIndex * sizeof(u32); in SetupDeactivateParticleVertexAttributeCommand()
243 … NW_ASSERT( shape->m_DeactivateVertexCommandCacheSize <= sizeof(u32) * (MAX_ATTRIBUTES_NUM * 8) ); in SetupDeactivateParticleVertexAttributeCommand()
677 m_DeactivateVertexCommandCacheSize = 0; in ParticleShape()
699 this->m_DeactivateVertexCommandCacheSize = 0; in ~ParticleShape()
Dgfx_MeshRenderer.cpp512 particleShape->m_DeactivateVertexCommandCacheSize); in RenderParticleShape()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h402 s32 m_DeactivateVertexCommandCacheSize; variable