#include <OgreEAGLRenderTexture.h>
Public Member Functions | |
EAGLPBuffer (EAGLSupport *glsupport, PixelComponentType format, size_t width, size_t height) | |
virtual | ~EAGLPBuffer () |
void | initEAGLPBuffer () |
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 |
Definition at line 39 of file OgreEAGLRenderTexture.h.
Ogre::EAGLPBuffer::EAGLPBuffer | ( | EAGLSupport * | glsupport, |
PixelComponentType | format, | ||
size_t | width, | ||
size_t | height | ||
) |
virtual Ogre::EAGLPBuffer::~EAGLPBuffer | ( | ) | [virtual] |
PixelComponentType Ogre::GLESPBuffer::getFormat | ( | ) | [inherited] |
Definition at line 47 of file OgreGLESPBuffer.h.
size_t Ogre::GLESPBuffer::getHeight | ( | void | ) | [inherited] |
Definition at line 49 of file OgreGLESPBuffer.h.
static PixelComponentType Ogre::GLESPBuffer::getPixelComponentType | ( | PixelFormat | fmt | ) | [static, inherited] |
Get PBuffer component format for an OGRE pixel format.
size_t Ogre::GLESPBuffer::getWidth | ( | void | ) | [inherited] |
Definition at line 48 of file OgreGLESPBuffer.h.
void Ogre::EAGLPBuffer::initEAGLPBuffer | ( | ) |
PixelComponentType Ogre::GLESPBuffer::mFormat [protected, inherited] |
Definition at line 55 of file OgreGLESPBuffer.h.
size_t Ogre::GLESPBuffer::mHeight [protected, inherited] |
Definition at line 56 of file OgreGLESPBuffer.h.
size_t Ogre::GLESPBuffer::mWidth [protected, inherited] |
Definition at line 56 of file OgreGLESPBuffer.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Sep 2 2012 07:27:55