libgui: Added de::Image, a wrapper that extends QImage
The pixel formats supported by QImage are only partially compatible with OpenGL (ES). de::Image defines a full set of GLES friendly formats that can be used to pass raw pixel data (or QImages) to GLTexture.
libgui: Added de::Image, a wrapper that extends QImage
The pixel formats supported by QImage are only partially compatible
with OpenGL (ES). de::Image defines a full set of GLES friendly
formats that can be used to pass raw pixel data (or QImages) to
GLTexture.