abstract class GLDrawable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
nativeDrawableInfo |
private long |
nativeWindow |
private GLPixelFormat |
pixelFormat |
Constructor and Description |
---|
GLDrawable(long nativeWindow,
GLPixelFormat pixelFormat) |
Modifier and Type | Method and Description |
---|---|
(package private) long |
getNativeDrawableInfo() |
(package private) long |
getNativeWindow() |
(package private) GLPixelFormat |
getPixelFormat() |
(package private) void |
setNativeDrawableInfo(long nativeDrawableInfo) |
(package private) abstract boolean |
swapBuffers(GLContext glCtx) |
private final long nativeWindow
private final GLPixelFormat pixelFormat
long nativeDrawableInfo
GLDrawable(long nativeWindow, GLPixelFormat pixelFormat)
GLPixelFormat getPixelFormat()
long getNativeWindow()
void setNativeDrawableInfo(long nativeDrawableInfo)
long getNativeDrawableInfo()
abstract boolean swapBuffers(GLContext glCtx)