Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneContext.cpp60 particleSets = ParticleSetArray(this->m_MaxParticleSets, allocator); in Create()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneContext.h163 m_MaxParticleSets(DEFAULT_MAX_PARTICLESETS), in Builder()
211 Builder& MaxParticleSets(s32 max) { m_MaxParticleSets = max; return *this; } in MaxParticleSets()
237 s32 m_MaxParticleSets; variable