Josh's Graphics Library
JGL::Texture Member List

This is the complete list of members for JGL::Texture, including all inherited members.

GetDimensions() constJGL::Texture
GetFilteringMode() constJGL::Texture
GetFlags() constJGL::Texture
GetFormat() constJGL::Texture
GetGLTextureHandle() constJGL::Texture
GetPixelData() constJGL::Texture
GetWrappingMode() constJGL::Texture
load(Image *software_texture, const Vector2 &size, const TextureFormat &format, TextureFilteringMode filtering_mode, TextureWrappingMode wrapping_mode)JGL::Textureprotected
Texture(const std::string &file, TextureFilteringMode filtering_mode=TextureFilteringMode::BILINEAR, TextureWrappingMode wrapping_mode=TextureWrappingMode::CLAMP_TO_EDGE, const TextureFlag &flags=TextureFlag::INVERT_Y)JGL::Textureexplicit
Texture(Image *software_texture, const Vector2 &size, const TextureFormat &format, TextureFilteringMode filtering_mode, TextureWrappingMode wrapping_mode)JGL::Texture
Texture(const Vector2 &size)JGL::Textureexplicit
Texture(const Texture &rhs)JGL::Texture
texture_filtering_modeJGL::Textureprotected
texture_flagsJGL::Textureprotected
texture_formatJGL::Textureprotected
texture_handleJGL::Textureprotected
texture_sizeJGL::Textureprotected
texture_wrapping_modeJGL::Textureprotected
~Texture()JGL::Texture