virtual void Free(const VideoMemoryAllocation& allocation) = 0;
Frees the allocated block set by Alloc.
|
Parameters |
Description |
|
const VideoMemoryAllocation& allocation |
The allocation structure containing all information about the allocation (size, type, arena, alignment) |