cginternals / glraw

C++ library that converts Qt supported images to OpenGL raw format.
MIT License
63 stars 7 forks source link

Support OpenGL image compression techniques. #3

Closed cgcostume closed 10 years ago

cgcostume commented 11 years ago

This should be encoded via the target format specification.

Checkout: http://www.opengl.org/wiki/Image_Format http://www.opengl.org/wiki/S3_Texture_Compression http://titania-x3d.googlecode.com/git/Papers/ARB_texture_compression.pdf http://www.geeks3d.com/20120806/opengl-4-3-and-opengl-es-3-0-adaptive-scalable-texture-compression-extension-astc/ ...