Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp269 u32* command = reinterpret_cast<u32*>(shape->m_PrimitiveCommandCache); in CreatePrimitiveCommandCache()
507 node->m_PrimitiveCommandCache = reinterpret_cast<u32*>(nodememory); in Create()
678 m_PrimitiveCommandCache = NULL; in ParticleShape()
702 if (this->m_PrimitiveCommandCache != NULL) in ~ParticleShape()
704 this->m_PrimitiveCommandCache = NULL; in ~ParticleShape()
Dgfx_MeshRenderer.cpp507 particleShape->m_PrimitiveCommandCache, in RenderParticleShape()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h404 void* m_PrimitiveCommandCache; variable