|
MyGL
|
This is the complete list of members for Image, including all inherited members.
| data() const noexcept | Image | |
| getChannels() const noexcept | Image | |
| getHeight() const noexcept | Image | |
| getWidth() const noexcept | Image | |
| Image()=default | Image | |
| Image(const std::string &filename, bool flip=false, int desiredChannels=0) | Image | |
| Image(const uint8_t *data, size_t width, size_t height, int numberOfChannels, bool flip=false) | Image | |
| isUsable() const noexcept | Image | |
| load(const std::string &filename, bool flip=false, int desiredChannels=0) | Image | |
| load(const uint8_t *data, size_t width, size_t height, int numberOfChannels, bool flip=false) | Image | |
| ~Image()=default (defined in Image) | Image |