PmMemSetChunkSize()

Set the increment for growing a memory context's draw buffer

Synopsis:

#include <photon/PhRender.h>

void PmMemSetChunkSize( PmMemoryContext_t *mc,
                        int size );

Library:

ph

Description:

This function sets the increment to be used when growing the memory context's draw buffer.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PmMemCreateMC(), PmMemReleaseMC(), PmMemSetMaxBufSize(), PmMemSetType()

Flickerless animation in the Raw Drawing and Animation chapter of the Photon Programmer's Guide