Josh's Graphics Library
|
This is the complete list of members for JGL::Texture, including all inherited members.
GetDimensions() const | JGL::Texture | |
GetFilteringMode() const | JGL::Texture | |
GetFlags() const | JGL::Texture | |
GetFormat() const | JGL::Texture | |
GetGLTextureHandle() const | JGL::Texture | |
GetPixelData() const | JGL::Texture | |
GetWrappingMode() const | JGL::Texture | |
load(Image *software_texture, const Vector2 &size, const TextureFormat &format, TextureFilteringMode filtering_mode, TextureWrappingMode wrapping_mode) | JGL::Texture | protected |
Texture(const std::string &file, TextureFilteringMode filtering_mode=TextureFilteringMode::BILINEAR, TextureWrappingMode wrapping_mode=TextureWrappingMode::CLAMP_TO_EDGE, const TextureFlag &flags=TextureFlag::INVERT_Y) | JGL::Texture | explicit |
Texture(Image *software_texture, const Vector2 &size, const TextureFormat &format, TextureFilteringMode filtering_mode, TextureWrappingMode wrapping_mode) | JGL::Texture | |
Texture(const Vector2 &size) | JGL::Texture | explicit |
Texture(const Texture &rhs) | JGL::Texture | |
texture_filtering_mode | JGL::Texture | protected |
texture_flags | JGL::Texture | protected |
texture_format | JGL::Texture | protected |
texture_handle | JGL::Texture | protected |
texture_size | JGL::Texture | protected |
texture_wrapping_mode | JGL::Texture | protected |
~Texture() | JGL::Texture |