RenderSync::SetContext

RenderSync::SetContext
virtual bool SetContext(Render::HAL* phal);
Description

SetContext sets the render HAL context. NOTE: 'phal' must own this object. Use phal = NULL to shutdown the system. Derived override queries the HAL for flags, or any other required interfaces (device, etc).

Parameters
Parameters 
Description 
Render::HAL* phal 
The Render HAL used for rendering. 
Return Value

Returns true if the render HAL is returned and false otherwise.