OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MWGui::CopyFramebufferToTextureCallback Class Reference
Inheritance diagram for MWGui::CopyFramebufferToTextureCallback:
Collaboration diagram for MWGui::CopyFramebufferToTextureCallback:

Public Member Functions

 CopyFramebufferToTextureCallback (osg::Texture2D *texture, int w, int h)
 
virtual void operator() (osg::RenderInfo &renderInfo) const
 

Private Attributes

osg::ref_ptr< osg::Texture2D > mTexture
 
int mWidth
 
int mHeight
 

Constructor & Destructor Documentation

MWGui::CopyFramebufferToTextureCallback::CopyFramebufferToTextureCallback ( osg::Texture2D *  texture,
int  w,
int  h 
)
inline

Member Function Documentation

virtual void MWGui::CopyFramebufferToTextureCallback::operator() ( osg::RenderInfo &  renderInfo) const
inlinevirtual

Member Data Documentation

int MWGui::CopyFramebufferToTextureCallback::mHeight
private
osg::ref_ptr<osg::Texture2D> MWGui::CopyFramebufferToTextureCallback::mTexture
private
int MWGui::CopyFramebufferToTextureCallback::mWidth
private

The documentation for this class was generated from the following file: