Keos::COGLTexture Class Reference

Specialization OpenGL of textures. More...

#include <KeosOGLTexture.h>

Inheritance diagram for Keos::COGLTexture:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

Specialization OpenGL of textures.

Definition at line 33 of file KeosOGLTexture.h.


Constructor & Destructor Documentation

Keos::COGLTexture::COGLTexture ( const TVector2I Size,
TPixelFormat  Format,
bool  bHasMipmaps,
bool  bAutoMipmaps,
uint  nTexture 
)

Constructor.

Parameters:
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 (  ) 

Destructor.

Definition at line 40 of file KeosOGLTexture.cpp.


Member Function Documentation

uint Keos::COGLTexture::GetOGLTexture (  )  const

Return OGL texture ID.

Definition at line 47 of file KeosOGLTexture.cpp.

Referenced by Keos::COGLRenderSystem::SetTexture().


The documentation for this class was generated from the following files:
Generated on Fri Mar 9 14:29:33 2007 for Keos by  doxygen 1.5.1-p1