nw::gfx::SceneNode::GetMemorySize Member Function

Syntax

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

Arguments

Name Description
in resSceneNode Resource.
in description Content to configure.
in alignment Alignment used in calculation. Must be a power of two.

Return Values

Description

Gets the memory size required at time of creation.


CONFIDENTIAL