#include <dx9_wrap.h>
Inheritance diagram for D3D9::TextureMipmapSurface:


Public Member Functions | |
| TextureMipmapSurface (Texture &tex, int level) | |
| Create surface representing texture mipmap level. | |
| ~TextureMipmapSurface () | |
| Destroy surface representing texture mipmap level. | |
| void | CopyFrom (Surface &src_surface) |
| Copy pixels from other surface. | |
| void | CopyRectFrom (Surface &src_surface, const Rect &src_rect, const Point &dest_point) |
| Copy rectangular area of pixels from other surface. | |
|
||||||||||||
|
Create surface representing texture mipmap level.
|
|
|
Destroy surface representing texture mipmap level.
|
|
|
Copy pixels from other surface. Whole surface is copied. |
|
||||||||||||||||
|
Copy rectangular area of pixels from other surface.
|
1.3.6