nw::gfx::ParticleModel::GetMemorySize Member Function

Syntax

static size_t GetMemorySize(
     ResParticleModel resource,
     const ParticleModel::Description & modelDescription,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);
static size_t GetMemorySize(
     ResModel resModel,
     Description description,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);

List of Overloaded Member Functions

GetMemorySize ( ResParticleModel, const ParticleModel::Description &, size_t ) Gets the memory size required at time of creation.
GetMemorySize ( ResModel, Description, size_t ) Gets the memory size required at time of creation.

Description of GetMemorySize ( ResParticleModel, const ParticleModel::Description &, size_t )

Gets the memory size required at time of creation.

Description of GetMemorySize ( ResModel, Description, size_t )

Gets the memory size required at time of creation.


CONFIDENTIAL