org.gljava.opengl.Texture - no destructor defined
Status: Beta
Brought to you by:
ivan_ganza
The wrapper class for openGL textures has no destructor that would free the OpenGL resource.
A glDeleteTextures call should be executed in the close method of the texture class.
I know that this is a bug of gljava, but the gljava package can be downloaded from this project.