class X11GLDrawable extends GLDrawable
nativeDrawableInfo
Constructor and Description |
---|
X11GLDrawable(GLPixelFormat pixelFormat) |
X11GLDrawable(long nativeWindow,
GLPixelFormat pixelFormat) |
Modifier and Type | Method and Description |
---|---|
private static long |
nCreateDrawable(long nativeWindow,
long nativeCtxInfo) |
private static long |
nGetDummyDrawable(long nativeCtxInfo) |
private static boolean |
nSwapBuffers(long nativeDInfo) |
(package private) boolean |
swapBuffers(GLContext glCtx) |
getNativeDrawableInfo, getNativeWindow, getPixelFormat, setNativeDrawableInfo
X11GLDrawable(GLPixelFormat pixelFormat)
X11GLDrawable(long nativeWindow, GLPixelFormat pixelFormat)
private static long nCreateDrawable(long nativeWindow, long nativeCtxInfo)
private static long nGetDummyDrawable(long nativeCtxInfo)
private static boolean nSwapBuffers(long nativeDInfo)
boolean swapBuffers(GLContext glCtx)
swapBuffers
in class GLDrawable