Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp207 u32* command = reinterpret_cast<u32*>(shape->m_DeactivateVertexCommandCache); in SetupDeactivateParticleVertexAttributeCommand()
209 shape->m_DeactivateVertexCommandCache = command; in SetupDeactivateParticleVertexAttributeCommand()
503 node->m_DeactivateVertexCommandCache = reinterpret_cast<u32*>(nodememory); in Create()
676 m_DeactivateVertexCommandCache = NULL; in ParticleShape()
696 if (this->m_DeactivateVertexCommandCache != NULL) in ~ParticleShape()
698 this->m_DeactivateVertexCommandCache = NULL; in ~ParticleShape()
Dgfx_MeshRenderer.cpp511 particleShape->m_DeactivateVertexCommandCache, in RenderParticleShape()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h401 void* m_DeactivateVertexCommandCache; variable