Display target for clanDisplay. More...
#include <swr_target.h>
Inheritance diagram for clan::SWRenderTarget:Public Member Functions | |
Construction | |
| SWRenderTarget () | |
| Constructs a SWRender target. More... | |
| ~SWRenderTarget () | |
Public Member Functions inherited from clan::DisplayTarget | |
| DisplayTarget (DisplayTargetProvider *provider) | |
| Constructs a DisplayTarget. More... | |
| virtual | ~DisplayTarget () |
| DisplayTargetProvider * | get_provider () |
| Returns the provider for the display target. More... | |
| bool | is_null () const |
| Returns true if this object is invalid. More... | |
| void | throw_if_null () const |
| Throw an exception if this object is invalid. More... | |
| void | set_current () |
| Set this display target to be the current target. More... | |
| DisplayTarget () | |
| Constructs a null DisplayTarget. More... | |
Static Public Member Functions | |
Attributes | |
| static bool | is_current () |
| Returns true if this display target is the current target. More... | |
Operations | |
| static void | set_current () |
| Set this display target to be the current target. More... | |
Display target for clanDisplay.