Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DGfxCtrl.h71 SmParticle* CreateParticle( const wchar_t* resourcePath, GfxVramType vramType );
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DGfxCtrl.cpp341 GfxCtrl::CreateParticle( const wchar_t* resourcePath, GfxVramType vramType ) in CreateParticle() function in __anon91a3819d0111::GfxCtrl
Ddemo.cpp162 …m_Particle = m_GfxCtrl->CreateParticle( NW_DEMO_FILE_PATH(L"ToyParticle.bcres"), GfxCtrl::GFX_CTRL… in InitializeScene()