Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qopenglfunctions.h File Reference
#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)
 

Macro Definition Documentation

◆ Q_OPENGL_FUNCTIONS_DEBUG

#define Q_OPENGL_FUNCTIONS_DEBUG

Definition at line 39 of file qopenglfunctions.h.

◆ QT_OPENGL_COUNT_FUNCTIONS

#define QT_OPENGL_COUNT_FUNCTIONS (   ret,
  name,
  args 
)    +1

Definition at line 391 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE

#define QT_OPENGL_DECLARE (   FUNCTIONS)
Value:
public: \
struct Functions { \
}; \
union { \
QFunctionPointer functions[FUNCTIONS(QT_OPENGL_COUNT_FUNCTIONS)]; \
Functions f; \
}; \
private: \
\inmodule QtGui
static void * context
GLfloat GLfloat f
#define QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args)
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)
static QT_BEGIN_NAMESPACE void init(QTextBoundaryFinder::BoundaryType type, QStringView str, QCharAttributes *attributes)

Definition at line 393 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE_FUNCTIONS

#define QT_OPENGL_DECLARE_FUNCTIONS (   ret,
  name,
  args 
)     ret (QOPENGLF_APIENTRYP name)args;

Definition at line 389 of file qopenglfunctions.h.

◆ QT_OPENGL_FUNCTIONS

#define QT_OPENGL_FUNCTIONS (   F)

Definition at line 409 of file qopenglfunctions.h.