IDirect3DTexture9 * get_d3d_2d_texture() const
Returns the Direct3D object that represents the texture, in the case of a 1-d or 2-d texture.
bool has_mipmaps() const
Returns true if the texture was created with mipmaps, false otherwise.
IDirect3DVolumeTexture9 * get_d3d_volume_texture() const
Returns the Direct3D object that represents the texture, in the case of a 3-d texture.
IDirect3DBaseTexture9 * get_d3d_texture() const
Returns the Direct3D object that represents the texture, whatever kind of texture it is.
IDirect3DCubeTexture9 * get_d3d_cube_texture() const
Returns the Direct3D object that represents the texture, in the case of a cube map texture.