Uses of Class
org.eclipse.swt.opengl.GLData
-
Packages that use GLData Package Description org.eclipse.swt.opengl -
-
Uses of GLData in org.eclipse.swt.opengl
Methods in org.eclipse.swt.opengl that return GLData Modifier and Type Method Description GLData
GLCanvas. getGLData()
Returns a GLData object describing the created context.Constructors in org.eclipse.swt.opengl with parameters of type GLData Constructor Description GLCanvas(Composite parent, int style, GLData data)
Create a GLCanvas widget using the attributes described in the GLData object provided.
-