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

#include <OgreWin32RenderTexture.h>

+ Inheritance diagram for Ogre::Win32PBuffer:
+ Collaboration diagram for Ogre::Win32PBuffer:

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

void createPBuffer ()
 
void destroyPBuffer ()
 

Protected Attributes

Win32ContextmContext
 
PixelComponentType mFormat
 
HGLRC mGlrc
 
HDC mHDC
 
size_t mHeight
 
HPBUFFERARB mPBuffer
 
size_t mWidth
 

Detailed Description

Definition at line 37 of file OgreWin32RenderTexture.h.

Constructor & Destructor Documentation

Ogre::Win32PBuffer::Win32PBuffer ( PixelComponentType  format,
size_t  width,
size_t  height 
)
Ogre::Win32PBuffer::~Win32PBuffer ( )

Member Function Documentation

void Ogre::Win32PBuffer::createPBuffer ( )
protected
void Ogre::Win32PBuffer::destroyPBuffer ( )
protected
virtual GLContext* Ogre::Win32PBuffer::getContext ( )
inlinevirtual

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

Implements Ogre::GLPBuffer.

Definition at line 43 of file OgreWin32RenderTexture.h.

PixelComponentType Ogre::GLPBuffer::getFormat ( )
inlineinherited

Definition at line 48 of file OgreGLPBuffer.h.

size_t 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.

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

Definition at line 49 of file OgreGLPBuffer.h.

Member Data Documentation

Win32Context* Ogre::Win32PBuffer::mContext
protected

Definition at line 51 of file OgreWin32RenderTexture.h.

PixelComponentType Ogre::GLPBuffer::mFormat
protectedinherited

Definition at line 56 of file OgreGLPBuffer.h.

HGLRC Ogre::Win32PBuffer::mGlrc
protected

Definition at line 49 of file OgreWin32RenderTexture.h.

HDC Ogre::Win32PBuffer::mHDC
protected

Definition at line 48 of file OgreWin32RenderTexture.h.

size_t Ogre::GLPBuffer::mHeight
protectedinherited

Definition at line 57 of file OgreGLPBuffer.h.

HPBUFFERARB Ogre::Win32PBuffer::mPBuffer
protected

Definition at line 50 of file OgreWin32RenderTexture.h.

size_t Ogre::GLPBuffer::mWidth
protectedinherited

Definition at line 57 of file OgreGLPBuffer.h.


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