Uses of Class
io.qt.gui.QOpenGLContext
Package
Description
-
Uses of QOpenGLContext in io.qt.gui
Modifier and TypeMethodDescriptionstatic QOpenGLContext
QOpenGLContext.currentContext()
static QOpenGLContext
QOpenGLContext.globalShareContext()
final QOpenGLContext
QOpenGLContext.shareContext()
Modifier and TypeMethodDescriptionstatic boolean
QOpenGLContext.areSharing
(QOpenGLContext first, QOpenGLContext second) final void
QOpenGLContext.setShareContext
(QOpenGLContext shareContext) ModifierConstructorDescriptionQOpenGLExtraFunctions
(QOpenGLContext context) QOpenGLFunctions
(QOpenGLContext context) -
Uses of QOpenGLContext in io.qt.gui.nativeinterface
Modifier and TypeMethodDescriptionstatic QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context) Overloaded function forQCocoaGLContext.fromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextstatic QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display) Overloaded function forQEGLContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext) Overloaded function forQGLXContext.fromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo) Overloaded function forQGLXContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window) Overloaded function forQWGLContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window, QOpenGLContext shareContext) Adopts an WGL context handleModifier and TypeMethodDescriptionstatic QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextstatic QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window, QOpenGLContext shareContext) Adopts an WGL context handle -
Uses of QOpenGLContext in io.qt.opengl
Modifier and TypeMethodDescriptionfinal QOpenGLContext
QOpenGLPaintDevice.context()
final QOpenGLContext
QOpenGLWindow.context()
protected final QOpenGLContext
QAbstractOpenGLFunctions.owningContext()
SeeQAbstractOpenGLFunctions::
owningContext()const final QOpenGLContext
QOpenGLWindow.shareContext()
Modifier and TypeMethodDescriptionstatic QAbstractOpenGLFunctions
QOpenGLVersionFunctionsFactory.get
(QOpenGLVersionProfile versionProfile, QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
TQOpenGLVersionFunctionsFactory.get
(Class<T> type, QOpenGLContext context) static boolean
QOpenGLShaderProgram.hasOpenGLShaderPrograms
(QOpenGLContext context) static boolean
QOpenGLShader.hasOpenGLShaders
(QOpenGLShader.ShaderType type, QOpenGLContext context) protected final void
QAbstractOpenGLFunctions.setOwningContext
(QOpenGLContext context) SeeQAbstractOpenGLFunctions::
setOwningContext(const QOpenGLContext*) ModifierConstructorDescriptionQOpenGLWindow
(QOpenGLContext shareContext) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.opengl.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.opengl.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
withparent = null
.QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior, QWindow parent) -
Uses of QOpenGLContext in io.qt.opengl.widgets
-
Uses of QOpenGLContext in io.qt.quick
Modifier and TypeMethodDescriptionstatic QQuickGraphicsDevice
QQuickGraphicsDevice.fromOpenGLContext
(QOpenGLContext context)