nw::gfx::BasicRenderQueue::Builder::IsFixedSizeMemory Member FunctionBuilder & IsFixedSizeMemory( bool isFixedSizeMemory );
| Name | Description | |
|---|---|---|
isFixedSizeMemory |
Sets a flag indicating whether memory is to be allocated even other than at time of creation.
A fixed amount of memory is allocated only at time of creation if true is specified.
Memory is allocated dynamically as needed even other than at time of creation if false is specified.
CONFIDENTIAL