class MacGLDrawable extends GLDrawable
nativeDrawableInfo
Constructor and Description |
---|
MacGLDrawable(GLPixelFormat pixelFormat) |
MacGLDrawable(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 nativeCtxInfo,
long nativeDInfo) |
(package private) boolean |
swapBuffers(GLContext glCtx) |
getNativeDrawableInfo, getNativeWindow, getPixelFormat, setNativeDrawableInfo
MacGLDrawable(GLPixelFormat pixelFormat)
MacGLDrawable(long nativeWindow, GLPixelFormat pixelFormat)
private static long nCreateDrawable(long nativeWindow, long nativeCtxInfo)
private static long nGetDummyDrawable(long nativeCtxInfo)
private static boolean nSwapBuffers(long nativeCtxInfo, long nativeDInfo)
boolean swapBuffers(GLContext glCtx)
swapBuffers
in class GLDrawable