Searched refs:m_DeactivateVertexCommandCacheSize (Results 1 – 3 of 3) sorted by relevance
241 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()
510 particleShape->m_DeactivateVertexCommandCacheSize); in RenderParticleShape()
402 s32 m_DeactivateVertexCommandCacheSize; variable