nw::gfx::ParticleEmitter::GetMemorySize Member Function
static size_t GetMemorySize(
ResParticleEmitter resource,
const ParticleEmitter::Description & description,
size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
| in | resource | Resource. |
| in | description |
Content to configure. |
| in | alignment | Alignment used in calculation. Must be a power of two. |
Gets the device memory size required at time of creation.
CONFIDENTIAL