Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qxcbglxnativeinterfacehandler.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QXCBGLXNATIVEINTERFACEHANDLER_H
5#define QXCBGLXNATIVEINTERFACEHANDLER_H
6
8
10
12{
13public:
18
21
22private:
23 static void *glxContextForContext(QOpenGLContext *context);
24 static void *glxConfigForContext(QOpenGLContext *context);
25};
26
28
29#endif //QXCBGLXNATIVEINTERFACEHANDLER_H
\inmodule QtCore
Definition qbytearray.h:57
\inmodule QtGui
void *(* NativeResourceForContextFunction)(QOpenGLContext *context)
QPlatformNativeInterface::NativeResourceForContextFunction nativeResourceFunctionForContext(const QByteArray &resource) const override
QXcbGlxNativeInterfaceHandler(QXcbNativeInterface *nativeInterface)
Combined button and popup list for selecting options.
static void * context