![]() |
XII Release 0.1.0
|
Base class for window output targets. More...
#include <WindowOutputTargetBase.h>
Public Member Functions | |
virtual void | AcquireImage ()=0 |
virtual void | PresentImage (bool bEnableVSync)=0 |
virtual xiiResult | CaptureImage (xiiImage &out_image)=0 |
Base class for window output targets.
A window output target is usually tied tightly to a window (
This interface provides the high level functionality that is needed by xiiGameApplication to work with the render output.
Implemented in xiiWindowOutputTargetGAL.