Re: How do I load texture array in jogl?
Posted by Steyrix on Aug 13, 2018; 8:51am
URL: https://forum.jogamp.org/How-do-I-load-texture-array-in-jogl-tp4039107p4039113.html
Oh, my bad, sorry. Still, I can’t figure out what’s wrong.
I use standard png 32-bit color image. I tried to set pixel internal format
to different sized rgba formats and it made no difference.
However, I succeeded at loading jpg texture using TextureData.getBuffet();
But I still need to find out how to load png textures correctly