Texture object class. More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Construction: | |
Constructs a null instance. |
| |
Equality operator. | |
Inequality operator. | |
Less than operator. |
| |
Returns true if this object is invalid. | |
Throw an exception if this object is invalid. | |
Get the texture width. | |
Get the texture height. | |
Get the texture size. | |
Get the texture depth. | |
Retrieve image data from texture. | |
Get the minimum level of detail. | |
Get the maximum level of detail. | |
Get the level of detail bias constant. | |
Get the texture base level. | |
Get the texture max level. | |
Get the texture wrap mode for the s coordinate. | |
Get the texture wrap mode for the t coordinate. | |
Get the texture wrap mode for the r coordinate. | |
Get the texture minification filter. | |
Get the texture magnification filter. | |
Returns true if texture is resident in texture memory. | |
Get the texture compare mode. | |
Get the texture compare function. | |
Get Provider. | |
Get the implementation weakptr. |
| |
Generate the mipmap. | |
Upload image to texture. | |
Upload cube map. | |
Upload image to sub texture. | |
Copy image data from a graphic context. | |
Copy sub image data from a graphic context. | |
Set the minimum level of detail texture parameter. | |
Set the maximum level of detail texture parameter. | |
Sets the level of detail bias constant. | |
Sets the texture base level texture parameter. | |
Sets the texture max level texture parameter. | |
Set the texture wrapping mode. | |
Set the minification filter. | |
Set the magnification filter. | |
Set the maximum degree of anisotropy. | |
Sets the texture compare mode and compare function texture parameters. |