Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/include/
DGfxCtrl.h69 SmParticle* CreateParticle( const wchar_t* resourcePath, GfxVramType vramType );
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DGfxCtrl.cpp339 GfxCtrl::CreateParticle( const wchar_t* resourcePath, GfxVramType vramType ) in CreateParticle() function in __anon7424ae9f0111::GfxCtrl
Ddemo.cpp160 …m_Particle = m_GfxCtrl->CreateParticle( NW_DEMO_FILE_PATH(L"ToyParticle.bcres"), GfxCtrl::GFX_CTRL… in InitializeScene()