Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp202 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
234 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
269 case PARTICLEUSAGE_COLOR: in GetMemorySizeInternal()
332 case PARTICLEUSAGE_COLOR: in GetDeviceMemorySizeInternal()
441 case PARTICLEUSAGE_COLOR: in Create()
476 case PARTICLEUSAGE_COLOR: in Create()
516 case PARTICLEUSAGE_COLOR: in Create()
664 case PARTICLEUSAGE_COLOR: in Create()
719 case PARTICLEUSAGE_COLOR: in Create()
782 case PARTICLEUSAGE_COLOR: in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h48 PARTICLEUSAGE_COLOR, //!< RGBカラーです。 enumerator
/NW4C-2.0.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp383 … collection->SetParameter(nw::gfx::PARTICLEUSAGE_COLOR, nw::gfx::PARTICLE_BUFFER_FRONT, newColor); in UpdateScene()