Home -> IStateBuffer -> SetPageSettings
Description
The SetPageSettings method sets the page settings to use for the state buffer.
Usage
void SetPageSettings(uint32_t initialPageCount, bool allowDynamicResize = false);
Argument list
- initialPageCount [uint32_t]
- The number of pages to allocate when the state buffer is created.
- allowDynamicResize [bool]
- True to allow the page count to be increased after allocation, false to fix the page count at allocation time.