Platform_3D_Texture Class Reference
[Platform]
Inheritance diagram for Platform_3D_Texture:

Public Member Functions | |
| virtual | ~Platform_3D_Texture () |
| virtual void | Bind (int stage)=0 |
| virtual int | GetWidth ()=0 |
| virtual int | GetHeight ()=0 |
| virtual bool | HasAlphaChannel ()=0 |
| virtual void | Lock ()=0 |
| virtual void | Unlock ()=0 |
| virtual unsigned char * | GetTexelData ()=0 |
| virtual int | GetPitch ()=0 |
Detailed Description
- Todo:
- Documentation
Definition at line 20 of file Platform_3D_Texture.h.
Constructor & Destructor Documentation
| virtual Platform_3D_Texture::~Platform_3D_Texture | ( | ) | [virtual] |
Definition at line 24 of file Platform_3D_Texture.h.
Member Function Documentation
| virtual void Platform_3D_Texture::Bind | ( | int | stage | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual int Platform_3D_Texture::GetWidth | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual int Platform_3D_Texture::GetHeight | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual bool Platform_3D_Texture::HasAlphaChannel | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual void Platform_3D_Texture::Lock | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual void Platform_3D_Texture::Unlock | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual unsigned char* Platform_3D_Texture::GetTexelData | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
| virtual int Platform_3D_Texture::GetPitch | ( | ) | [pure virtual] |
Implemented in Platform_Win32_3D_D3D9_Texture, and Platform_Win32_3D_Texture.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
