Texture object class.
More...
#include <texture.h>
virtual int uicore::Texture::base_level |
( |
| ) |
const |
|
pure virtual |
Get the texture base level.
Get the texture compare function.
Get the texture compare mode.
Constructs a texture as described by a pixelbuffer set.
virtual void uicore::Texture::generate_mipmap |
( |
| ) |
|
|
pure virtual |
Generate mipmap textures.
virtual float uicore::Texture::lod_bias |
( |
| ) |
const |
|
pure virtual |
Get the level of detail bias constant.
Get the texture magnification filter.
virtual int uicore::Texture::max_level |
( |
| ) |
const |
|
pure virtual |
Get the texture max level.
virtual float uicore::Texture::max_lod |
( |
| ) |
const |
|
pure virtual |
Get the maximum level of detail.
Get the texture minification filter.
virtual float uicore::Texture::min_lod |
( |
| ) |
const |
|
pure virtual |
Get the minimum level of detail.
virtual void uicore::Texture::set_base_level |
( |
int |
base_level | ) |
|
|
pure virtual |
Sets the texture base level texture parameter.
virtual void uicore::Texture::set_lod_bias |
( |
float |
lod_bias | ) |
|
|
pure virtual |
Sets the level of detail bias constant.
virtual void uicore::Texture::set_mag_filter |
( |
TextureFilter |
filter | ) |
|
|
pure virtual |
Set the magnification filter.
virtual void uicore::Texture::set_max_anisotropy |
( |
float |
max_anisotropy | ) |
|
|
pure virtual |
Set the maximum degree of anisotropy.
virtual void uicore::Texture::set_max_level |
( |
int |
max_level | ) |
|
|
pure virtual |
Sets the texture max level texture parameter.
virtual void uicore::Texture::set_max_lod |
( |
float |
max_lod | ) |
|
|
pure virtual |
Set the maximum level of detail texture parameter.
virtual void uicore::Texture::set_min_filter |
( |
TextureFilter |
filter | ) |
|
|
pure virtual |
Set the minification filter.
virtual void uicore::Texture::set_min_lod |
( |
float |
min_lod | ) |
|
|
pure virtual |
Set the minimum level of detail texture parameter.
Sets the texture compare mode and compare function texture parameters.
virtual TextureObject* uicore::Texture::texture_object |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: