Download
Documentation
Development
Examples
Donations
Contributions
Forum
clan
Texture
clan::Texture Member List
This is the complete list of members for
clan::Texture
, including all inherited members.
generate_mipmap
()
clan::Texture
get_base_level
() const
clan::Texture
get_compare_function
() const
clan::Texture
get_compare_mode
() const
clan::Texture
get_impl
() const
clan::Texture
get_lod_bias
() const
clan::Texture
get_mag_filter
() const
clan::Texture
get_max_level
() const
clan::Texture
get_max_lod
() const
clan::Texture
get_min_filter
() const
clan::Texture
get_min_lod
() const
clan::Texture
get_provider
() const
clan::Texture
impl
clan::Texture
protected
is_null
() const
clan::Texture
inline
is_resident
() const
clan::Texture
load
(GraphicContext &gc, const std::string &id, const XMLResourceDocument &doc, const ImageImportDescription &import_desc=ImageImportDescription())
clan::Texture
static
operator!=
(const Texture &other) const
clan::Texture
inline
operator<
(const Texture &other) const
clan::Texture
inline
operator==
(const Texture &other) const
clan::Texture
inline
resource
(GraphicContext &gc, const std::string &id, const ResourceManager &resources)
clan::Texture
static
set_base_level
(int base_level)
clan::Texture
set_lod_bias
(float lod_bias)
clan::Texture
set_mag_filter
(TextureFilter filter)
clan::Texture
set_max_anisotropy
(float max_anisotropy)
clan::Texture
set_max_level
(int max_level)
clan::Texture
set_max_lod
(float max_lod)
clan::Texture
set_min_filter
(TextureFilter filter)
clan::Texture
set_min_lod
(float min_lod)
clan::Texture
set_texture_compare
(TextureCompareMode mode, CompareFunction func)
clan::Texture
Texture
()
clan::Texture
Texture
(GraphicContext &gc, PixelBufferSet pixelbuffer_set)
clan::Texture
Texture
(const std::shared_ptr< Texture_Impl > &impl)
clan::Texture
Texture
(TextureProvider *provider)
clan::Texture
Texture2DArray
class
clan::Texture
friend
throw_if_null
() const
clan::Texture
to_texture_1d
() const
clan::Texture
to_texture_1d_array
() const
clan::Texture
to_texture_2d
() const
clan::Texture
to_texture_2d_array
() const
clan::Texture
to_texture_3d
() const
clan::Texture
to_texture_cube
() const
clan::Texture
to_texture_cube_array
() const
clan::Texture
~Texture
()
clan::Texture
virtual