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

Syntax

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

Arguments

Name Description
in resource Resource.
in description Content to configure.
in alignment Allocator memory alignment.

Return Values

Required memory size.

Description

Gets the memory size required at time of creation.


CONFIDENTIAL