Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleCollection.h88 class ResParticleParameterAttribute : public ResParticleAttribute
91 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResParticleParameterAttribute) };
94 NW_RES_CTOR_INHERIT( ResParticleParameterAttribute, ResParticleAttribute ) in NW_RES_CTOR_INHERIT() argument
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp101 const ResParticleParameterAttribute& resource, in ParticleParameterAttributeCreate()
181 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal()
183 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal()
317 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal()
420 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
422 ResParticleParameterAttribute resParam((*it).ptr()); in Create()
634 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
636 ResParticleParameterAttribute resParam((*it).ptr()); in Create()