#include <TextureClipContainer.h>
Classes | |
| struct | ClipInfo |
| struct | TextureInfo |
Public Member Functions | |
| TextureClipContainer (unsigned texture_width=0, unsigned texture_height=0, unsigned texture_levels=0, unsigned texture_usage=0, D3DFORMAT texture_format=D3DFMT_UNKNOWN, D3DPOOL texture_pool=D3DPOOL_MANAGED) | |
| ~TextureClipContainer (void) | |
| TextureClip * | AddTextureClip (const cl7::string_type &identifier, const images::Image &image) |
| xl7::direct3d::clips::TextureClipContainer::TextureClipContainer | ( | unsigned | texture_width = 0, |
|
| unsigned | texture_height = 0, |
|||
| unsigned | texture_levels = 0, |
|||
| unsigned | texture_usage = 0, |
|||
| D3DFORMAT | texture_format = D3DFMT_UNKNOWN, |
|||
| D3DPOOL | texture_pool = D3DPOOL_MANAGED | |||
| ) |
Explicit constructor.
| xl7::direct3d::clips::TextureClipContainer::~TextureClipContainer | ( | void | ) |
Destructor.
| TextureClip * xl7::direct3d::clips::TextureClipContainer::AddTextureClip | ( | const cl7::string_type & | identifier, | |
| const images::Image & | image | |||
| ) |
Adds and returns a new texture clip by inserting the given image.
1.7.1