Keos::CD3D9Texture Class Reference

Specialization Direct3D9 of textures. More...

#include <KeosD3D9Texture.h>

Inheritance diagram for Keos::CD3D9Texture:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 CD3D9Texture (const TVector2I &Size, TPixelFormat Format, bool bHasMipmaps, bool bAutoMipmaps, IDirect3DTexture9 *pTexture)
 Constructor.
 ~CD3D9Texture ()
 Destructor.
IDirect3DTexture9 * GetD3D9Texture () const
 Return D3D9 texture pointer.

Detailed Description

Specialization Direct3D9 of textures.

Definition at line 33 of file KeosD3D9Texture.h.


Constructor & Destructor Documentation

Keos::CD3D9Texture::CD3D9Texture ( const TVector2I Size,
TPixelFormat  Format,
bool  bHasMipmaps,
bool  bAutoMipmaps,
IDirect3DTexture9 *  pTexture 
)

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.
pTexture D3D9 texture pointer.

Definition at line 35 of file KeosD3D9Texture.cpp.

Keos::CD3D9Texture::~CD3D9Texture (  ) 

Destructor.

Definition at line 41 of file KeosD3D9Texture.cpp.


Member Function Documentation

IDirect3DTexture9 * Keos::CD3D9Texture::GetD3D9Texture (  )  const

Return D3D9 texture pointer.

Definition at line 45 of file KeosD3D9Texture.cpp.

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


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