Re: Managing dynamic textures
Posted by morello on Jun 03, 2011; 8:46pm
URL: https://forum.jogamp.org/Managing-dynamic-textures-tp3020910p3021287.html
Sorry, I don't really understand, I am still learning Jogl/OpenGL.
I don't understand what you mean by static or dynamic drawing?
One idea I considered was to keep a bunch of textures, but update the image content each time it changes (rather than destroy and recreate the texture). Is that feasible?