- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QEGLContext.Impl
Native interface to an EGL context
Java wrapper for Qt class QNativeInterface::QEGLContext
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
static QOpenGLContext
fromNative
(QNativePointer context, QNativePointer display) Overloaded function forfromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
display
-
nativeContext
-
fromNative
Overloaded function for
fromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
. -
fromNative
static QOpenGLContext fromNative(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext context
See QNativeInterface::QEGLContext::fromNative(EGLContext,EGLDisplay,QOpenGLContext*)
-