Set the increment for growing a memory context's draw buffer
#include <photon/PhRender.h> void PmMemSetChunkSize( PmMemoryContext_t *mc, int size );
ph
This function sets the increment to be used when growing the memory context's draw buffer.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PmMemCreateMC(), PmMemReleaseMC(), PmMemSetMaxBufSize(), PmMemSetType()
“Flickerless animation” in the Raw Drawing and Animation chapter of the Photon Programmer's Guide