#include <KeosD3D9Texture.h>
Inheritance diagram for Keos::CD3D9Texture:

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. | |
Definition at line 33 of file KeosD3D9Texture.h.
| Keos::CD3D9Texture::CD3D9Texture | ( | const TVector2I & | Size, | |
| TPixelFormat | Format, | |||
| bool | bHasMipmaps, | |||
| bool | bAutoMipmaps, | |||
| IDirect3DTexture9 * | pTexture | |||
| ) |
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. | |
| pTexture | D3D9 texture pointer. |
Definition at line 35 of file KeosD3D9Texture.cpp.
| Keos::CD3D9Texture::~CD3D9Texture | ( | ) |
| IDirect3DTexture9 * Keos::CD3D9Texture::GetD3D9Texture | ( | ) | const |
Return D3D9 texture pointer.
Definition at line 45 of file KeosD3D9Texture.cpp.
Referenced by Keos::CD3D9RenderSystem::SetTexture().
1.5.1-p1