Search Results

1
vote

OpenGL, Java and memory management

In the lower-level bindings for OpenGL like JOGL (but probably not so much for libraries like Java3D), you do have to manage resources like textures and buffers yourself by calling the glDele …