Login  Register

Re: Texture compression

Posted by elect on Jul 19, 2015; 9:15am
URL: https://forum.jogamp.org/Texture-compression-tp4032185p4034939.html

I tried both with TextureIO and AWTextureIO

TextureIO.newTextureData(gl3.getGLProfile(), conn.getURL(),
                    ddsImage.getNumMipMaps() > 1, TextureIO.DDS);

but I keep getting

Unsupported DDS compression format "DX10"