OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::GLXPBuffer Class Reference

#include <OgreGLXRenderTexture.h>

+ Inheritance diagram for Ogre::GLXPBuffer:
+ Collaboration diagram for Ogre::GLXPBuffer:

Public Member Functions

 GLXPBuffer (GLXGLSupport *glsupport, PixelComponentType format, size_t width, size_t height)
 
 ~GLXPBuffer ()
 
virtual GLContextgetContext ()
 Get the GL context that needs to be active to render to this PBuffer. More...
 
PixelComponentType getFormat ()
 
uint32 getHeight ()
 
uint32 getWidth ()
 

Static Public Member Functions

static PixelComponentType getPixelComponentType (PixelFormat fmt)
 Get PBuffer component format for an OGRE pixel format. More...
 

Protected Attributes

GLXContextmContext
 
PixelComponentType mFormat
 
GLXGLSupportmGLSupport
 
uint32 mHeight
 
uint32 mWidth
 

Detailed Description

Definition at line 39 of file OgreGLXRenderTexture.h.

Constructor & Destructor Documentation

Ogre::GLXPBuffer::GLXPBuffer ( GLXGLSupport glsupport,
PixelComponentType  format,
size_t  width,
size_t  height 
)
Ogre::GLXPBuffer::~GLXPBuffer ( )

Member Function Documentation

virtual GLContext* Ogre::GLXPBuffer::getContext ( )
virtual

Get the GL context that needs to be active to render to this PBuffer.

Implements Ogre::GLPBuffer.

PixelComponentType Ogre::GLPBuffer::getFormat ( )
inlineinherited

Definition at line 48 of file OgreGLPBuffer.h.

uint32 Ogre::GLPBuffer::getHeight ( void  )
inlineinherited

Definition at line 50 of file OgreGLPBuffer.h.

static PixelComponentType Ogre::GLPBuffer::getPixelComponentType ( PixelFormat  fmt)
staticinherited

Get PBuffer component format for an OGRE pixel format.

uint32 Ogre::GLPBuffer::getWidth ( void  )
inlineinherited

Definition at line 49 of file OgreGLPBuffer.h.

Member Data Documentation

GLXContext* Ogre::GLXPBuffer::mContext
protected

Definition at line 48 of file OgreGLXRenderTexture.h.

PixelComponentType Ogre::GLPBuffer::mFormat
protectedinherited

Definition at line 56 of file OgreGLPBuffer.h.

GLXGLSupport* Ogre::GLXPBuffer::mGLSupport
protected

Definition at line 49 of file OgreGLXRenderTexture.h.

uint32 Ogre::GLPBuffer::mHeight
protectedinherited

Definition at line 57 of file OgreGLPBuffer.h.

uint32 Ogre::GLPBuffer::mWidth
protectedinherited

Definition at line 57 of file OgreGLPBuffer.h.


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