nw::gfx::ParticleSet::GetMemorySize Member Function

Syntax

static size_t GetMemorySize(
     ResParticleSet resource,
     const ParticleSet::Description & description,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);

static size_t GetMemorySize(
     ResSceneNode resSceneNode,
     Description description,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);

List of Overloaded Member Functions

GetMemorySize(ResParticleSet, const ParticleSet::Description &, size_t) Gets the memory size required at time of creation.
GetMemorySize(ResSceneNode, Description, size_t) Gets the memory size required at time of creation.

Description of GetMemorySize(ResParticleSet, const ParticleSet::Description &, size_t)

Gets the memory size required at time of creation.

Description of GetMemorySize(ResSceneNode, Description, size_t)

Gets the memory size required at time of creation.


CONFIDENTIAL