![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>#include <QtGui/qopengl.h>#include <QtGui/qopenglcontext.h>
Include dependency graph for qopenglfunctions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QOpenGLFunctions |
| The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API. More... | |
| struct | QOpenGLFunctionsPrivate |
Macros | |
| #define | Q_OPENGL_FUNCTIONS_DEBUG |
| #define | QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args) ret (QOPENGLF_APIENTRYP name)args; |
| #define | QT_OPENGL_COUNT_FUNCTIONS(ret, name, args) +1 |
| #define | QT_OPENGL_DECLARE(FUNCTIONS) |
| #define | QT_OPENGL_FUNCTIONS(F) |
| #define Q_OPENGL_FUNCTIONS_DEBUG |
Definition at line 39 of file qopenglfunctions.h.
Definition at line 391 of file qopenglfunctions.h.
| #define QT_OPENGL_DECLARE | ( | FUNCTIONS | ) |
Definition at line 393 of file qopenglfunctions.h.
Definition at line 389 of file qopenglfunctions.h.
| #define QT_OPENGL_FUNCTIONS | ( | F | ) |
Definition at line 409 of file qopenglfunctions.h.