#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 | |
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 Ogre::PixelComponentType. |
|
Definition at line 47 of file OgreGLPBuffer.h. |
|
Get PBuffer component format for an OGRE pixel format.
|
|
Definition at line 46 of file OgreGLPBuffer.h. |
|
Definition at line 53 of file OgreGLPBuffer.h. |
|
Definition at line 54 of file OgreGLPBuffer.h. |
|
Definition at line 54 of file OgreGLPBuffer.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:53:04 2006