Crazy Eddie's GUI System
0.8.4
|
CEGUI::RenderTarget that targets a window, or a part of a window. More...
Public Member Functions | |
IrrlichtWindowTarget (IrrlichtRenderer &owner, irr::video::IVideoDriver &driver) | |
Constructor. | |
virtual | ~IrrlichtWindowTarget () |
Destructor. | |
bool | isImageryCache () const |
Return whether the RenderTarget is an implementation that caches actual rendered imagery. |
CEGUI::RenderTarget that targets a window, or a part of a window.
bool CEGUI::IrrlichtWindowTarget::isImageryCache | ( | ) | const [virtual] |
Return whether the RenderTarget is an implementation that caches actual rendered imagery.
Typically it is expected that texture based RenderTargets would return true in response to this call. Other types of RenderTarget, like view port based targets, will more likely return false.
Implements CEGUI::RenderTarget.