KTextureOGL Class Reference

Inheritance diagram for KTextureOGL:
[legend]
Collaboration diagram for KTextureOGL:
[legend]
List of all members.

Public Member Functions

 KTextureOGL ()
virtual ~KTextureOGL ()
char * GetFileName ()
GLuint GetTexture ()
virtual bool CreateTexture (KTextureBank *pTextureBank, u32 Width, u32 Height, u32 Levels=1, KTEXTUREFORMAT Format=KTF_A4R4G4B4)
virtual bool Lock (void **pBits=NULL, u32 Level=0)
virtual bool Unlock (u32 Level=0)
virtual void SetPixel (u32 x, u32 y, KCOLOR Color)
virtual KCOLOR GetPixel (u32 x, u32 y)

Protected Attributes

GLint m_OGLInternalFormat
GLenum m_OGLFormat
GLenum m_OGLType
GLuint m_pOGLTexture
u8 ** m_pBits
u8 * m_pLockedBits

Detailed Description

Definition at line 22 of file TextureOGL.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:42 2007 for Zythum Project by  doxygen 1.5.1-p1