#include <RE_OGLTextureRectangle.h>

Public Member Functions | |
| RE_OGLTextureRectangle () | |
| virtual | ~RE_OGLTextureRectangle () |
| virtual const char * | className () const |
| virtual bool | hasTextureSupport (RE_Render *r) |
| virtual bool | hasMipMapSupport (RE_Render *) |
| virtual int | getMaxTextureSize (RE_Render *r) |
| virtual RE_TextureDimension | getTextureType () const |
Protected Member Functions | |
| virtual int | getGLType () const |
| virtual int | getGLTypeBinding () const |
Definition at line 25 of file RE_OGLTextureRectangle.h.
| RE_OGLTextureRectangle::RE_OGLTextureRectangle | ( | ) |
| virtual RE_OGLTextureRectangle::~RE_OGLTextureRectangle | ( | ) | [virtual] |
| virtual const char* RE_OGLTextureRectangle::className | ( | void | ) | const [inline, virtual] |
| virtual int RE_OGLTextureRectangle::getGLType | ( | ) | const [protected, virtual] |
Implements RE_OGLTexture.
| virtual int RE_OGLTextureRectangle::getGLTypeBinding | ( | ) | const [protected, virtual] |
Implements RE_OGLTexture.
| virtual int RE_OGLTextureRectangle::getMaxTextureSize | ( | RE_Render * | r | ) | [virtual] |
Implements RE_OGLTexture.
| virtual RE_TextureDimension RE_OGLTextureRectangle::getTextureType | ( | ) | const [inline, virtual] |
| virtual bool RE_OGLTextureRectangle::hasMipMapSupport | ( | RE_Render * | ) | [inline, virtual] |
| virtual bool RE_OGLTextureRectangle::hasTextureSupport | ( | RE_Render * | r | ) | [virtual] |
Reimplemented from RE_OGLTexture.
1.5.9