![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qopenglversionfunctions.h"
#include "qopenglversionfunctions_p.h"
#include "qopenglcontext.h"
#include "qdebug.h"
Go to the source code of this file.
Macros | |
#define | QT_OPENGL_COUNT_FUNCTIONS(ret, name, args) |
#define | QT_OPENGL_FUNCTION_NAMES(ret, name, args) |
#define | QT_OPENGL_IMPLEMENT(CLASS, FUNCTIONS) |
#define | DELETE_BACKEND(X) |
#define | VERSION_ENUM(X) |
#define | CREATE_BACKEND(X) |
#define CREATE_BACKEND | ( | X | ) |
#define DELETE_BACKEND | ( | X | ) |
Definition at line 43 of file qopenglversionfunctions.cpp.
Definition at line 44 of file qopenglversionfunctions.cpp.
#define QT_OPENGL_IMPLEMENT | ( | CLASS, | |
FUNCTIONS ) |
Definition at line 46 of file qopenglversionfunctions.cpp.