![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtGui/qopenglfunctions.h>
Go to the source code of this file.
Classes | |
class | QOpenGLExtraFunctions |
The QOpenGLExtraFunctions class provides cross-platform access to the OpenGL ES 3.0, 3.1 and 3.2 API. More... | |
class | QOpenGLExtraFunctionsPrivate |
Macros | |
#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_EXTRA_FUNCTIONS(F) |
Definition at line 484 of file qopenglextrafunctions.h.
#define QT_OPENGL_DECLARE | ( | FUNCTIONS | ) |
Definition at line 486 of file qopenglextrafunctions.h.
Definition at line 482 of file qopenglextrafunctions.h.
#define QT_OPENGL_EXTRA_FUNCTIONS | ( | F | ) |
Definition at line 504 of file qopenglextrafunctions.h.