#include <OgreGLPBuffer.h>
Inheritance diagram for Ogre::GLPBuffer:

Public Member Functions | |
| GLPBuffer (PixelComponentType format, size_t width, size_t height) | |
| virtual | ~GLPBuffer () |
| virtual GLContext * | getContext ()=0 |
| 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 Attributes | |
| PixelComponentType | mFormat |
| size_t | mWidth |
| size_t | mHeight |
These contexts are always RGBA for simplicity, speed and convience, but the component format is configurable.
Definition at line 35 of file OgreGLPBuffer.h.
|
||||||||||||||||
|
|
|
|
|
|
|
Get the GL context that needs to be active to render to this PBuffer.
Implemented in Ogre::GLXPBuffer, and Ogre::Win32PBuffer. |
|
|
Definition at line 45 of file OgreGLPBuffer.h. References mFormat. |
|
|
Definition at line 47 of file OgreGLPBuffer.h. References mHeight. |
|
|
Get PBuffer component format for an OGRE pixel format.
|
|
|
Definition at line 46 of file OgreGLPBuffer.h. References mWidth. |
|
|
Definition at line 53 of file OgreGLPBuffer.h. Referenced by getFormat(). |
|
|
Definition at line 54 of file OgreGLPBuffer.h. Referenced by getHeight(). |
|
|
Definition at line 54 of file OgreGLPBuffer.h. Referenced by 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:11:33 2007