RenderQueueItem::Init

RenderQueueItem::Init
void Init(Interface* i, const void* data);
Description

Init initializes the item placed in the render queue.

Parameters
Parameters 
Description 
Interface* i 
Pointer to the Interface holding the item. 
const void* data 
Pointer to the data for the item.