Home -> IStateBuffer -> SetManualPageSize

Description

The SetManualPageSize method defines a manual page size for the buffer. This can be used instead of calling BindBufferLayout.

Usage

void SetManualPageSize(size_t pageSizeInBytes);

Argument list

pageSizeInBytes [size_t]
The explicit page size, in bytes, to allocate for each state buffer page.

See also