class X11AcceleratedScreen extends AcceleratedScreen
Modifier and Type | Field and Description |
---|---|
private X.XDisplay |
nativeDisplay |
private static X |
xLib |
eglConfigs, ls
Constructor and Description |
---|
X11AcceleratedScreen(int[] attributes) |
Modifier and Type | Method and Description |
---|---|
protected long |
platformGetNativeDisplay()
Returns a platform-specific native display handle suitable for use with
eglGetDisplay.
|
protected long |
platformGetNativeWindow()
Returns a platform-specific native window handle suitable for use with
eglCreateWindowSurface.
|
boolean |
swapBuffers()
Copy the contents of the GL backbuffer to the screen
|
enableRendering, getEGLHandle, getGLHandle, initPlatformLibraries
private static X xLib
private X.XDisplay nativeDisplay
X11AcceleratedScreen(int[] attributes) throws GLException
GLException
protected long platformGetNativeDisplay()
AcceleratedScreen
platformGetNativeDisplay
in class AcceleratedScreen
protected long platformGetNativeWindow()
AcceleratedScreen
platformGetNativeWindow
in class AcceleratedScreen
public boolean swapBuffers()
AcceleratedScreen
swapBuffers
in class AcceleratedScreen