![]() |
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>
Public Member Functions | |
QOpenGLVersionFunctionsStorage () | |
~QOpenGLVersionFunctionsStorage () | |
QOpenGLVersionFunctionsBackend * | backend (QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v) |
Public Attributes | |
QOpenGLVersionFunctionsBackend ** | backends |
Definition at line 142 of file qopenglversionfunctions.h.
QOpenGLVersionFunctionsStorage::QOpenGLVersionFunctionsStorage | ( | ) |
Definition at line 57 of file qopenglversionfunctions.cpp.
References backends.
QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage | ( | ) |
Definition at line 62 of file qopenglversionfunctions.cpp.
QOpenGLVersionFunctionsBackend * QOpenGLVersionFunctionsStorage::backend | ( | QOpenGLContext * | context, |
QOpenGLVersionFunctionsBackend::Version | v ) |
Definition at line 81 of file qopenglversionfunctions.cpp.
References backends, and QOpenGLVersionFunctionsBackend::OpenGLVersionBackendCount.
Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend().
QOpenGLVersionFunctionsBackend** QOpenGLVersionFunctionsStorage::backends |
Definition at line 150 of file qopenglversionfunctions.h.
Referenced by QOpenGLVersionFunctionsStorage(), and backend().