DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 137 forks source link

DXT mipmaps access #26

Open sasmaster opened 8 years ago

sasmaster commented 8 years ago

Hello sir.It is not clear from the documentation how to access individual mipmaps in mipmapped DXT image.

is it enough before each access to call iluActiveMipmap ?

I need to iterate all the mipmaps in order to upload them to GL texture.

Thanks!

sasmaster commented 8 years ago

Another question.Does Devil load compressed DDS into memory?Or it uncompressed it?