- All Superinterfaces:
QtObjectInterface
Native interface to a GLX context
Java wrapper for Qt class QNativeInterface::QGLXContext
This class was introduced in Qt 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionstatic QOpenGLContext
fromNative
(QNativePointer configBasedContext) Overloaded function forfromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo) Overloaded function forfromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
nativeContext
-
fromNative
Adopts a GLXContext configBasedContext created from an FBConfig
See
QNativeInterface::QGLXContext::
fromNative(GLXContext, QOpenGLContext*) -
fromNative
static QOpenGLContext fromNative(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visual
See
QNativeInterface::QGLXContext::
fromNative(GLXContext, void*, QOpenGLContext*) -
fromNative
Overloaded function for
fromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
. -
fromNative
Overloaded function for
fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.
-