Class Texture#
Defined in File Texture.ixx
Class Documentation#
-
class Texture#
Public Functions
-
Texture()#
-
bool load_texture_without_alpha_channel()#
-
bool load_texture_with_alpha_channel()#
-
bool load_SRGB_texture_without_alpha_channel()#
-
bool load_SRGB_texture_with_alpha_channel()#
-
std::string get_filename() const#
-
GLuint get_id() const#
-
void use_texture(unsigned int index) const#
-
void clear_texture_context()#
-
~Texture()#
Public Static Functions
-
static void unbind_texture(unsigned int index)#
-
Texture()#