gzz.gfx.gl
Interface GLDeletable

All Known Implementing Classes:
GL.JavaObject, Paper

public interface GLDeletable

An interface with a finalization method that has to be called in the OpenGL thread. An object should define a finalize() method that adds itself to GL and


Method Summary
 void deleteObject()
           
 

Method Detail

deleteObject

public void deleteObject()