HAL::Draw

HAL::Draw
void Draw(const DisplayHandle<TreeRoot>& hroot);
void Draw(TreeRoot * pnode);
Description

Renders a a display tree starting with TreeRoot. TreeRoot must've been allocated from the specified context.

Parameters
Parameters 
Description 
const DisplayHandle<TreeRoot>& hroot 
The DisplayHandle for the tree root. 
TreeRoot * pnode 
The main root tree to display.