RenderHALThread::TakeScreenShot

RenderHALThread::TakeScreenShot
virtual bool TakeScreenShot(const String& filename);
Description

TakeScreenShot takes a screen shot, saving it as the provided filename. By default, this is not implemented.

Parameters
Parameters 
Description 
const String& filename 
The filename of the screen shot. 
Return Value

Returns true if the screen shot was successful; false otherwise.