Get's statistics about the renderer memory usage.
- Parameters
-
pCommandBuffer | Pointer to a size_t that receives the number of bytes allocated in the command buffer. |
pCommandBufferPeak | Pointer to a size_t that receives the largest number of bytes ever allocated in the command buffer. |
pScratch | Pointer to a size_t that receives the number of bytes allocated in the frame scratch buffer. |
pScratchPeak | Pointer 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()