Home -> IRendererPlugin -> SetAllocationFunction
Description
The SetAllocationFunction method sets the function pointer used to allocate a graphics device enumerator for this renderer plugin.
Usage
virtual void SetAllocationFunction(AllocatorPointer allocator) = 0;
Argument list
- allocator [AllocatorPointer]
- The allocator function exported by the renderer plugin implementation.