#include <OgreGLXRenderTexture.h>
Inheritance diagram for Ogre::GLXPBuffer:
Public Member Functions | |
GLXPBuffer (PixelComponentType format, size_t width, size_t height) | |
~GLXPBuffer () | |
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 | |
PixelComponentType | getPixelComponentType (PixelFormat fmt) |
Get PBuffer component format for an OGRE pixel format. | |
Protected Types | |
enum | RTFType { RTF_NONE = 0, RTF_NV = 1, RTF_ATI = 2, RTF_ARB = 3 } |
Find out which extension to use for floating point Possible floating point extensions, in order of preference (ARB is best). More... | |
Protected Member Functions | |
void | createPBuffer () |
RTFType | detectRTFType () |
Protected Attributes | |
::Display * | _pDpy |
::GLXContext | _hGLContext |
::GLXPbuffer | _hPBuffer |
Ogre::GLXContext * | mContext |
PixelComponentType | mFormat |
size_t | mWidth |
size_t | mHeight |
|
Find out which extension to use for floating point Possible floating point extensions, in order of preference (ARB is best).
Definition at line 55 of file OgreGLXRenderTexture.h. |
|
|
|
|
|
|
|
|
|
Get the GL context that needs to be active to render to this PBuffer.
Implements Ogre::GLPBuffer. |
|
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 49 of file OgreGLXRenderTexture.h. |
|
Definition at line 50 of file OgreGLXRenderTexture.h. |
|
Definition at line 48 of file OgreGLXRenderTexture.h. |
|
Definition at line 51 of file OgreGLXRenderTexture.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:51:33 2006