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, initPlatformLibrariesprivate static X xLib
private X.XDisplay nativeDisplay
X11AcceleratedScreen(int[] attributes)
throws GLException
GLExceptionprotected long platformGetNativeDisplay()
AcceleratedScreenplatformGetNativeDisplay in class AcceleratedScreenprotected long platformGetNativeWindow()
AcceleratedScreenplatformGetNativeWindow in class AcceleratedScreenpublic boolean swapBuffers()
AcceleratedScreenswapBuffers in class AcceleratedScreen