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
qopenglextrafunctions.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qopenglfunctions.h>
+ Include dependency graph for qopenglextrafunctions.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ QT_OPENGL_COUNT_FUNCTIONS

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

Definition at line 484 of file qopenglextrafunctions.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 486 of file qopenglextrafunctions.h.

◆ QT_OPENGL_DECLARE_FUNCTIONS

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

Definition at line 482 of file qopenglextrafunctions.h.

◆ QT_OPENGL_EXTRA_FUNCTIONS

#define QT_OPENGL_EXTRA_FUNCTIONS ( F)

Definition at line 504 of file qopenglextrafunctions.h.