Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp203 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
235 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
270 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
333 case PARTICLEUSAGE_COLOR: in GetDeviceMemorySizeInternal()
442 case PARTICLEUSAGE_COLOR: in Create()
477 case PARTICLEUSAGE_COLOR: in Create()
517 case PARTICLEUSAGE_COLOR: in Create()
665 case PARTICLEUSAGE_COLOR: in Create()
720 case PARTICLEUSAGE_COLOR: in Create()
783 case PARTICLEUSAGE_COLOR: in Create()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h46 PARTICLEUSAGE_COLOR, //!< RGBカラーです。 enumerator
/NW4C-1.2.23/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp389 … collection->SetParameter(nw::gfx::PARTICLEUSAGE_COLOR, nw::gfx::PARTICLE_BUFFER_FRONT, newColor); in UpdateScene()