net.java.games.jogl.impl
Class GLContextShareSet
java.lang.Object
net.java.games.jogl.impl.GLContextShareSet
public class GLContextShareSet
extends java.lang.Object
Provides a mechanism by which OpenGL contexts can share textures
and display lists in the face of multithreading and asynchronous
context creation as is inherent in the AWT and Swing.
contextCreated
public static void contextCreated(GLContext context)
contextDestroyed
public static void contextDestroyed(GLContext context)
registerSharing
public static void registerSharing(GLContext share1,
GLContext share2)
Indicate that contexts share1
and
share2
will share textures and display lists.