#include <OgreWin32RenderTexture.h>
Inheritance diagram for Ogre::Win32PBuffer:

Public Member Functions | |
| Win32PBuffer (PixelComponentType format, size_t width, size_t height) | |
| ~Win32PBuffer () | |
| virtual GLContext * | getContext () |
| Get the GL context that needs to be active to render to this PBuffer. | |
| PixelComponentType | getFormat () |
| size_t | getWidth () |
| size_t | getHeight () |
Static Public Member Functions | |
| static PixelComponentType | getPixelComponentType (PixelFormat fmt) |
| Get PBuffer component format for an OGRE pixel format. | |
Protected Member Functions | |
| void | createPBuffer () |
| void | destroyPBuffer () |
Protected Attributes | |
| HDC | mHDC |
| HGLRC | mGlrc |
| HPBUFFERARB | mPBuffer |
| Win32Context * | mContext |
| PixelComponentType | mFormat |
| size_t | mWidth |
| size_t | mHeight |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Get the GL context that needs to be active to render to this PBuffer.
Implements Ogre::GLPBuffer. Definition at line 40 of file OgreWin32RenderTexture.h. References mContext. |
|
|
Definition at line 45 of file OgreGLPBuffer.h. References Ogre::GLPBuffer::mFormat. |
|
|
Definition at line 47 of file OgreGLPBuffer.h. References Ogre::GLPBuffer::mHeight. |
|
|
Get PBuffer component format for an OGRE pixel format.
|
|
|
Definition at line 46 of file OgreGLPBuffer.h. References Ogre::GLPBuffer::mWidth. |
|
|
Definition at line 48 of file OgreWin32RenderTexture.h. Referenced by getContext(). |
|
|
Definition at line 53 of file OgreGLPBuffer.h. Referenced by Ogre::GLPBuffer::getFormat(). |
|
|
Definition at line 46 of file OgreWin32RenderTexture.h. |
|
|
Definition at line 45 of file OgreWin32RenderTexture.h. |
|
|
Definition at line 54 of file OgreGLPBuffer.h. Referenced by Ogre::GLPBuffer::getHeight(). |
|
|
Definition at line 47 of file OgreWin32RenderTexture.h. |
|
|
Definition at line 54 of file OgreGLPBuffer.h. Referenced by Ogre::GLPBuffer::getWidth(). |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:12:09 2007