GFXNullWindowTarget Class Reference#include <gfxNullDevice.h>
Inheritance diagram for GFXNullWindowTarget:
[legend]List of all members.
|
Public Member Functions |
| virtual bool | present () |
| | Present latest buffer, if buffer swapping is in effect.
|
| virtual const Point2I | getSize () |
| | Returns the size in pixels of this rendering target.
|
| virtual void | resetMode () |
| | Notify the target that the video mode on the window has changed.
|
| virtual void | zombify () |
| | When called the resource should destroy all device sensitive information (e.g. D3D resources in D3DPOOL_DEFAULT.
|
| virtual void | resurrect () |
| | When called the resource should restore all device sensitive information destroyed by zombify().
|
Member Function Documentation
| virtual bool GFXNullWindowTarget::present |
( |
|
) |
[inline, virtual] |
Present latest buffer, if buffer swapping is in effect.
Implements GFXWindowTarget.
| virtual const Point2I GFXNullWindowTarget::getSize |
( |
|
) |
[inline, virtual] |
Returns the size in pixels of this rendering target.
Implements GFXTarget.
| virtual void GFXNullWindowTarget::resetMode |
( |
|
) |
[inline, virtual] |
Notify the target that the video mode on the window has changed.
Implements GFXWindowTarget.
| virtual void GFXNullWindowTarget::zombify |
( |
|
) |
[inline, virtual] |
When called the resource should destroy all device sensitive information (e.g. D3D resources in D3DPOOL_DEFAULT.
Implements GFXResource.
| virtual void GFXNullWindowTarget::resurrect |
( |
|
) |
[inline, virtual] |
When called the resource should restore all device sensitive information destroyed by zombify().
Implements GFXResource.
|