Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::Image Member List

This is the complete list of members for jop::Image, including all inherited members.

flipHorizontally()jop::Image
flipVertically()jop::Image
Format enum namejop::Image
getFormat() const jop::Image
getMipMapCount() const jop::Image
getPixelDepth() const jop::Image
getPixels() const jop::Image
getPixelSize() const jop::Image
getSize() const jop::Image
Image()jop::Image
isCompressed() const jop::Image
isCubemap() const jop::Image
load(const std::string &path, const bool allowCompression=true)jop::Image
load(const void *ptr, const uint32 size)jop::Image
load(const glm::uvec2 &size, const uint32 bytesPerPixel, const unsigned char *pixels)jop::Image