Login  Register

TextureIO.newTexture returning same target

Posted by JeramieH on Jan 28, 2012; 11:56am
URL: https://forum.jogamp.org/TextureIO-newTexture-returning-same-target-tp3695673.html

Humming right along on a new project and stuck. I call TextureIO.newTexture() on two different filenames, and it returns two different Texture objects, but they have the same texture target number and therefore render the same image. What's up with that? Thanks.