Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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)
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)
#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 )
Value:
+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: \
void init(QOpenGLContext *context);
static const QString context()
Definition java.cpp:398
GLfloat GLfloat f
[26]
#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 )
Value:
return ret
#define QOPENGLF_APIENTRYP
Definition qopengl.h:275
EGLImageKHR EGLint * name
QJSValueList 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.