HAL::Display

HAL::Display
void Display(const DisplayHandle<TreeRoot>& hroot);
Description

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

Parameters
Parameters 
Description 
const DisplayHandle<TreeRoot>& hroot 
The TreeRoot for displaying.