#include <KeosOGLTexture.h>
Inheritance diagram for Keos::COGLTexture:

Public Member Functions | |
| COGLTexture (const TVector2I &Size, TPixelFormat Format, bool bHasMipmaps, bool bAutoMipmaps, uint nTexture) | |
| Constructor. | |
| ~COGLTexture () | |
| Destructor. | |
| uint | GetOGLTexture () const |
| Return OGL texture ID. | |
Definition at line 33 of file KeosOGLTexture.h.
| Keos::COGLTexture::COGLTexture | ( | const TVector2I & | Size, | |
| TPixelFormat | Format, | |||
| bool | bHasMipmaps, | |||
| bool | bAutoMipmaps, | |||
| uint | nTexture | |||
| ) |
Constructor.
| Size | Texture size. | |
| Format | Format of pixels of the texture. | |
| bHasMipmaps | Indicate if the texture has levels of mipmaps. | |
| bAutoMipmaps | Indicate if the texture can generate its mips in HW. | |
| nTexture | OGL texture ID. |
Definition at line 34 of file KeosOGLTexture.cpp.
| Keos::COGLTexture::~COGLTexture | ( | ) |
| uint Keos::COGLTexture::GetOGLTexture | ( | ) | const |
Return OGL texture ID.
Definition at line 47 of file KeosOGLTexture.cpp.
Referenced by Keos::COGLRenderSystem::SetTexture().
1.5.1-p1