
Texture object class. More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Construction: | |
Constructs a texture. |
| |
Returns true if this is a null texture. | |
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 if automatic mipmap generation is enabled. | |
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 depth mode. | |
Get the texture compare mode. | |
Get the texture compare function. | |
| |
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. | |
Enables or disables automatic mipmap generation when uploading image data. | |
Set the texture wrapping mode. | |
Set the minification filter. | |
Set the magnification filter. | |
Set the depth texture mode parameter. | |
Sets the texture compare mode and compare function texture parameters. |