nw::gfx::ParticleCollection::GetDeviceMemorySize Member Function

Syntax

static size_t GetDeviceMemorySize(
     ResParticleCollection resource,
     size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);

Arguments

Name Description
in resource Resource.
in alignment Allocator memory alignment.

Return Values

Required device memory size.

Description

Gets the device memory size required at time of creation.


CONFIDENTIAL