Mount Fuji Engine  0.8b
MF_API void MFRenderer_GetMemoryStats ( size_t *  pCommandBuffer,
size_t *  pCommandBufferPeak,
size_t *  pScratch,
size_t *  pScratchPeak 
)

Get's statistics about the renderer memory usage.

Parameters
pCommandBufferPointer to a size_t that receives the number of bytes allocated in the command buffer.
pCommandBufferPeakPointer to a size_t that receives the largest number of bytes ever allocated in the command buffer.
pScratchPointer to a size_t that receives the number of bytes allocated in the frame scratch buffer.
pScratchPeakPointer to a size_t that receives the largest number of bytes ever allocated in the frame scratch buffer.
Returns
None.
See Also
MFRenderer_AllocateCommandBufferMemory(), MFRenderer_AllocateScratchMemory()