size_t GetMemorySize(
ResSkeletalModel resModel,
size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
) const;
| Name | Description | |
|---|---|---|
| in | resModel | Resource. |
| in | alignment | Alignment used in calculation. Must be a power of two. |
Gets the memory size required at time of creation.
CONFIDENTIAL