#include <Renderer_Ogre_Texture.h>
Inheritance diagram for OpenGUI::OgreRenderTexture:

Public Member Functions | |
| OgreRenderTexture (const IVector2 &size) | |
| virtual | ~OgreRenderTexture () |
| virtual const Ogre::String & | getOgreTextureName () const |
| Returns the name of this texture as held by Ogre. | |
| Ogre::Viewport * | getOgreViewport () const |
| Returns the Ogre::Viewport for this render texture. | |
| virtual void | getUVs (float &max_u, float &max_v) |
| virtual void | getOgreUVScale (float &u, float &v) |
| Pass through to OpenGUI::Texture::getUVs. | |
Private Attributes | |
| Ogre::TexturePtr | mOgreTexturePtr |
| Ogre::Viewport * | mOgreViewport |
| FVector2 | mMaxUVs |
|
|
|
|
|
|
|
|
Returns the name of this texture as held by Ogre.
Implements OpenGUI::OgreTexture. |
|
||||||||||||
|
Pass through to OpenGUI::Texture::getUVs.
Implements OpenGUI::OgreTexture. |
|
|
Returns the Ogre::Viewport for this render texture.
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|