Re: TextureIO.newTexture returning same target
Posted by JeramieH on Jan 28, 2012; 5:36pm
URL: https://forum.jogamp.org/TextureIO-newTexture-returning-same-target-tp3695673p3696172.html
Doh, figured it out... I was using Texture.enable() but not including Texture.bind(). I was thinking Texture.enable() was all I needed before drawing my polys.
Thanks, your other thread showed me my error.