Class GLCanvas

java.lang.Object
org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.swt.widgets.Canvas
com.jogamp.opengl.swt.GLCanvas
All Implemented Interfaces:
NativeSurfaceHolder, GLAutoDrawable, GLDrawable, GLSharedContextSetter, org.eclipse.swt.graphics.Drawable

public class GLCanvas extends org.eclipse.swt.widgets.Canvas implements GLAutoDrawable, GLSharedContextSetter
Native SWT Canvas implementing GLAutoDrawable

Implementation allows use of custom GLCapabilities.

OpenGL Context Sharing
To share a GLContext see the following note in the documentation overview: context sharing as well as GLSharedContextSetter.